Tagged: Color, search icon
I have tried to change the search icon color in the main navigation to white with no success. Am I missing something?
Hey studiovene,
Thank you for the inquiry.
This issue occurred due to changes in how the theme renders icons. Please add this css code to adjust the color of the search SVG icon:
.header_color .main_menu ul:first-child > #menu-item-search > a svg:first-child {
stroke: #ffffff;
fill: #ffffff;
color: #ffffff;
z-index: 10;
}
Best regards,
Ismael
It works! Thank you!
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard