• I see where you can change colors of the search results but where can you change the color of the actual “Search” button? I just have the shortcode where I want it but in the settings for the plugin it has no way to change the color, just the title

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @chumidor,
    You can change the color with a custom css.
    For example:

    input#yith-searchsubmit { 
        background-color: red;
        color: yellow;
    }
    Thread Starter chumidor

    (@chumidor)

    Ok that fixed the actual button, what about the border for the actual input search box? Right now, it’s this ugly brown color. ??

    Thread Starter chumidor

    (@chumidor)

    Does anyone have an idea of how to change this? It’s the border around the box that you type in

    Plugin Support Alberto Martin

    (@albertomrtn)

    Hi @chumidor , if you refer to the search box you can use the following css rule:

    input#yith-s {
        border-color: black;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the Color of the Search Button’ is closed to new replies.