Home Forums WoodMart support forum Search bar button color

Search bar button color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #417234

    escobarysanchez
    Participant

    How can i change the background color of the search button?
    I mean the colour behind the search icon in the search bar.

    Thanks in advance

    #417275

    Hello,

    You can change the button color in the Theme settings > Styles and colors > Button.

    If you have any questions please feel free to contact us.

    Best Regards

    #417315

    escobarysanchez
    Participant

    Yes, there are several options there, but not to change the background colour of this search bar button.

    How can it be changed? Because if I change the primary colour, I can’t change only this colour again.

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #417417

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .searchform .searchsubmit {
        background-color: red;
    }

    You need to replace “red” with the color you need.

    Best Regards

    #417658

    escobarysanchez
    Participant

    Added but doesnt work.

    #417661

    escobarysanchez
    Participant

    Added !important and now it works. Is it correct?

    Thnaks in advance.

    #417753

    Hello,

    Yes, it is correct.

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Search bar button color’ is closed to new replies.