Okay
  Public Ticket #1151335
Search Icon color
Closed

Comments

  •  1
    Sid started the conversation

    Hallo,

    San you please write, who it is possible to change the color of the search icon - next to the hamburger menu - to white?

    Best regards!

  • [deleted] replied

    Hi Sid,

    If you want to change the color of just that icon the you can add the code below to your Custom CSS area:

    .header-search-input.menu-skin-dark .search-icon a svg {
        fill: #fff !important;
    }
    

    Will set this ticket as solved from here.

    Have a great weekend!