Site logo

Archived topic

Need to fix searchbar

2 replies · Started by Ashley on October 24, 2019

Viewing posts 1–3 of 3

Hi,

Several readers have emailed me and said they didn't know how to use the search bar. I checked into it, and when you click the magnifying glass, it's hard to see where you're typing in your query.

Do you have any recommendations on a better search bar experience? CSS? Maybe a plugin?

Hi there,

this CSS will add a solid background to the search field:

.navigation-search.nav-search-active {
    background-color: #fff;
}

If theres a specific style you're after let me know

This archived topic is closed to new replies.