Reply To: how to style SEARCH bar

Home Forums Support how to style SEARCH bar Reply To: how to style SEARCH bar

Home Forums Support how to style SEARCH bar Reply To: how to style SEARCH bar

#235583
Tom
Lead Developer
Lead Developer

Hi there,

This should help:

.navigation-search input[type="search"], 
.navigation-search input[type="search"]:focus {
    color: #FFF;
    background: #3f3f3f;
}