Tagged: magnifying glass, search, search in menu
Here is my css:
#menu-item-search [data-av_icon]:before {
float: left;
margin-right: 2px;
}
#top .avia_hidden_link_text {
display: block;
float: left;
}
How can I make the word search open the search form just like clicking on the magnifying glass does?
Hey guychalk,
Try this css instead:
#menu-item-search a:after {
content: ' Search';
}
Best regards,
Mike
Hi Mike,
Thanks! This worked for me.
Best regards,
Guy
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike