Home Forums WoodMart support forum Search bar icon color change

Search bar icon color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #698989

    gharapaj
    Participant

    What is the way to change the background color that search icon has in the retail website? In theme settings -> styles and colors if I change it there it will change for other elements on the website, is there no way to edit the header elements with elementor or how would I do it?

    #699135

    Hello,

    The background color of the search icon comes from the global Primary Color set in > Theme Settings > Styles & Colors > Colors > Primary Color:

    So changing it there will affect all elements that use the primary color.

    If you want to change only the search icon background, you can override it with custom CSS. Add this CSS to Theme Settings > Custom CSS > Global CSS.

    .searchform[class*="wd-style-with-bg"] .searchsubmit {
        background-color: #ff0404;
    }

    Best Regards,

Viewing 2 posts - 1 through 2 (of 2 total)