This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Is there any way to have the words “Search” next to the search icon in the header?
Hello,
Please provide a screenshot for better understanding.
Regards
Hello,
Try to add this code in Theme Options > Custom css or in style.css of your child theme:
.header-search .et-search-trigger:before {
content: "Search";
font-size: 16px;
margin-right: 10px;
font-family: 'Raleway', sans-serif;
font-weight: bold;
}
.header-search {
margin-top: 0px;
}
Regards
Thank you. It worked perfectly. On a similar note, where do I edit the “Search box” wording?
You’re welcome!
You may copy etheme_search_form_modal
function (woopress/framework/theme-functions.php) to functions.php of your child theme and edit there.
If you want to change text of the form, it can be done via translation (Loco translate plugin http://prntscr.com/ktg0sj).
Regards
You must be logged in to reply to this topic.Log in/Sign up