Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8743
    phase9
    Member

    Hi Can you tell me how to change the color of the search box in the custom css?
    I am refering to the color inside the search box.
    I can’t seem to find it in the css stylesheets although it must be there somewhere.
    Thanks
    Nigel

    #8763
    Sakin
    Keymaster

    @phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #branding #s {
        background-color: #fff;
        color: #000
    }
    #8784
    phase9
    Member

    Thanks for this.
    Using the dark theme the search box color changes when clicked in so i also added:

    #branding #s:focus {
    background-color: #fff;
    color: #000
    }

    #8787
    Sakin
    Keymaster

    @phase9: Nice.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search Box Color’ is closed to new replies.