Hi Support,
Is it possible that we add a text link to the right side of the Search Icon on the header.
Thanks
Anna
Hey ar13860!
Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to add text next to icon
li#menu-item-search a:after {
content: ' Your text';
font-size: 13px;
}
If you would like to add a link instead, please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit