Tagged: search icon
Hi,
I just want to change the color and size of the search icon on the right in the main menu.
I have tried a lot but unfortunately without a result. Can you please tell me how I can do that?
Regards,
Alex
Hey AdDesign!
You can add this on Quick CSS or custom.css:
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
font-size: 25px;
}
Change the color using this:
.header_color .main_menu ul:first-child > #menu-item-search > a {
color: red;
}
Best regards,
Ismael
Hi Ismael,
Worked great, thanks!
Best regards,
Alex