Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Try to make the CSS more specific like this:

    #wpsl-wrap #wpsl-search-btn {
     background-color: #AE4646 !important;
    }
    
    #wpsl-wrap #wpsl-search-btn {
       color: #999 !important;
    }

    If that still doesn’t work, then please share the URL.

    Thread Starter cutrano

    (@cutrano)

    Tijmen…Im sorry it’s still not working.

    https://03d41b7.netsolhost.com/wordpress1/retail-locator/

    jainp

    (@jainp)

    I had same issue and below worked for me…

    #wpsl-wrap #wpsl-search-btn {
    background-image: -webkit-linear-gradient(top,#005ba0 ,#005ba0 ) !important;
    color: white !important;
    }

    Hope this helps.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    @cutrano what color should the search button be? It looks grey with a dark grey text for me, and the contrast is fine.

    Thread Starter cutrano

    (@cutrano)

    Tijmen…
    I’m trying to make it #B82B2E

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Try this.

    #wpsl-wrap #wpsl-search-btn {
       background-image: none !important;
       background-color: #b82b2e !important;
       border: none !important;
       color: #fff !important;
    }
    Thread Starter cutrano

    (@cutrano)

    That fixed it Tijmen. Wow..I would have never guessed to clear the background-image

    Thanks for the help

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the color of the seacrh button’ is closed to new replies.