Archived topic
Add words "Search" next to search icon
3 replies · Started by Dan on July 13, 2021
I am using the search option presented on this thread. https://generatepress.com/forums/topic/search-bar-customization/
I love this option for the search bar, but is there any way to add the words “Search” next to the left of the search icon? Some of our readers are having issues finding the search function without the words “Search” being visual.
Site https://adventuresofmel.com/
Thanks
Dan
Hi Dan,
Try this CSS:
.inside-navigation li.search-item a:before {
content: "Search";
padding-right: 10px;
}
Thank You Ying! That did exactly what I wanted.
You are welcome :)