Edit search icon

Hello,

Is it possible to have the Search icon (magnifying glass) thinner ?

Thank you

Aurelie

Hey Aurelie,

Thanks for reaching out!

By default the search icon is bold and it is looks like bolder on your website because of the font size of your menu which is 20px. You can try the CSS code below to make it look like a thin one. Please add the code in the Theme Options > CSS

.x-navbar-wrap #menu-menu-principal li:last-child a {
	font-size: 14px;
	padding-top: 25px;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps and thank you for understanding.

Thank you for your help !

Hi Aurelie,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.