Search Bar Color

Home Forums Legacy Support Support queries Styling issues Search Bar Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21349
    Bobby
    Spectator
    Dear WPLMS-Team, after the 2.0 Update I have some color issues with search bar. First: How do I change the background  color of the search bar? Second: Apparentyl the text color for the search field seems to have the same color as the backgound. The text is unvisible and only apperas when highlighted.   How can I change that?   Regards    
    #21466
    H.K. Latiyan
    Participant
    Please use this custom css in wp-admin->appearance->customize->custom css:
    header #searchdiv.active #searchform input[type=text] {
    
    background-color:#fff;
    
    color:#000;
    
    }
    #24145
    Bobby
    Spectator
    Thank you very much, it works!
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Search Bar Color’ is closed to new replies.