Archived topic
Changing the color of the area where you begin typing in the search bar
3 replies · Started by Elizabeth on October 4, 2019
Viewing posts 1–4 of 4
When I go to type something into the search bar, the text seems to be a bit lost. Wondering how to change the color of the search bar.
Hi there,
you can use this CSS to change the background color and its opacity:
.navigation-search input[type="search"] {
background-color: #fff;
opacity: 1;
}
thanks!
Happy to help
This archived topic is closed to new replies.