Home Forums WoodMart support forum Configure Search settings "Search style"

Configure Search settings "Search style"

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

    [email protected]
    Participant

    I configure my Configure Main header Background settings color to be black. Is there a way to make the text black and the search box background white? Please see link. I

    https://monosnap.com/file/Blt1OlHRoN8IptObWp6lXE1P3GrsXZ

    #286371

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .searchform.wd-with-cat input[type="text"] {
        background-color:white;
        color:black;
    }

    Best Regards

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