Home Forums WoodMart support forum Search form

Search form

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

    aarsayem002
    Participant

    Hello ,

    1.How I make my search form like this one…(Demo in private)

    2. Make search button hover color #fd4680

    3. Make placeholder and input color black

    I m giving you admin access

    #312421

    Hello,

    I saw the screenshots you attached.

    1 &3 ) To add a background color and change the text color try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    button.searchsubmit:hover {
        background: #fd4680;
    }

    Regards.
    Xtemos Studios

Tagged: 

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