Search Text instead of Explore
- The topic ‘Search Text instead of Explore’ is closed to new replies.
Need help? Check out our Support site, then
Many people never use the search feature on my site since they don’t realize that Explore means the same thing. Can you supply me with a CSS option that will replace the word Explore for Search? This will make things much easier. Thanks. -Paul
The blog I need help with is: (visible only to logged in users)
Hi there,
You can try this CSS to change the text of that button.
.drawer-open-toggle span.toggle-visible:after {
content: "Search";
font-size: 14px;
margin-left: 5px;
}
.drawer-open-toggle {
font-size: 0;
}
I tried that CSS on my dailycdev.com site and it got rid of explore but left the search icon only. The working for search was not left. Can you try your CSS on my site using Chrome Developer mode? This way you can test it in there first.
I must not have tried all the CSS, because it now works. Thanks so much.
One more request. Can I have updated CSS that would put the search symbol after the word Search, instead of before it? If this is not possible, I understand. Thanks so much.