Archived topic
Add "Search" Label to Search Icon in Navigation?
3 replies · Started by Caitlin Shannon on October 15, 2019
Hi!
I just launched a new client website and she requested that I add a label to the search icon in the navigation -- she's worried her readers won't see/find it.
I tried a few things with CSS and it didn't work. I feel like it's something simple that I'm missing/forgetting :) Any ideas?
Website: adventuresofemptynesters.com
Thank you so much for all you do!
Hi there,
i am not sure there is enough space for it but you can try this:
.main-navigation ul li.search-item a:after {
content: 'Search';
display: inline;
}
Ahhh, you're the best, David! That worked beautifully.
And yes, it's getting a little cozy in that navigation. Agreed ;)
Thank you so, so much!
You're welcome