Home Forums WoodMart support forum Header search bar color

Header search bar color

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

    albert77
    Participant

    Hello, how can I make the header search bar inside the search function in white?

    Thanks

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform.wd-style-with-bg input[type="text"] {
        background-color: #FFF;
    }

    Best Regards

    #316090

    albert77
    Participant

    Unfortunately this did not work

    #316184

    Hello,

    Please try and replace the previous Custom CSS with the following then check back.

    .searchform input[type="text"] {
        background: red;
    }

    If you are still unable then provide the URL of the website.

    Best Regards

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