Site logo

Archived topic

Change search bar background when using header element for posts

5 replies · Started by Santa on October 31, 2019

Viewing posts 1–6 of 6

Hi! Is it possible to change search bar background and the font color? Attached example blog post. Currently it is quite hard to see what person is typing in the search. Is it possible to change search bar background just for posts? Thank you!

Hi! Thank you for your time and answer! Did put the mentioned css, but it's not appearing. When in customizer it shows okey, but when saving and exiting it's the same as was.

Hmmm looks like autoptimize is effecting the order the CSS is loaded try adding !important to the properties eg.

.navigation-search input[type="search"], 
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus {
    color: #0b0c0c !important;
    background-color: #ffdd00 !important;
}

Thank you so much! Now the code works.

You're welcome

This archived topic is closed to new replies.