Home Forums WoodMart support forum Woodmart Header Search Bar

Woodmart Header Search Bar

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

    marcusbay
    Participant

    Would like to know how i can make the header search bar outline dark?

    #200543

    Hello,

    To make the outline dark you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .searchform input[type="text"] {
    border: 2px solid black;
    }

    If you want to make the background dark then you need to use the following property in the Custom CSS above.

    "background: black;"

    If you want to ask anything else then provide some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

Tagged: 

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