Is it possible for either of these to happen in Enfold:
1
To have the pop-up search box appear in the header as the default, rather than having to click the search magnifying glass icon first?
2
Alternatively, to label the search magnifying glass icon with the word ‘Search’ next to it?
Thanks.
Hi Niels!
You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option
#top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }
Cheers!
Yigit
Great many thanks Yigit. I used the Quick CSS solution, adding { font-weight: normal; } also.
Perfect!
:o)