Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480048

    I have tried to change the search icon color in the main navigation to white with no success. Am I missing something?

    #1480079

    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

    #1480112

    It works! Thank you!

    #1480129

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search icon color’ is closed to new replies.