Archived topic
Need to fix searchbar
2 replies · Started by Ashley on October 24, 2019
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.
Do you have woocommerce installed?
If so, I can recommend Advanced Woo Search, https://es.wordpress.org/plugins/advanced-woo-search/
For me, it has served me very well.
Regards,
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