Site logo

Archived topic

Search icon styling

5 replies · Started by Harris on April 20, 2019

Viewing posts 1–6 of 6

The circle is not exactly a circle. :)

I adjusted it with
padding: 8px 5px 8px 5px;

but not sure if its the appropriate way.

You can check it in the site url.

For it to be a true circle, you'd need to define a height and width:

.main-navigation .main-nav ul li.search-item a {
    line-height: normal;
}

.search-item a:before {
    background-color: #1c74b1;
    border-radius: 100%;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

Perfect.
Thanks Tom!

No problem :)

This archived topic is closed to new replies.