I’ve just down loaded the latest version (8/3/2017) Enfold, I am trying to remove the search Icon (Append) I have read the forum: https://kriesi.at/support/topic/remove-search-icon/
However When I check: Enfold > Header > Extra Elements Tab = The is not a section called “Append Search Icon to main menu”
How can I turn off this function? Any ideas why?
Hey SINARD,
So you just want to remove the search icon from the header? Please provide a link to the site in question so we can investigate this further. If possible it can be removed via css.
Best regards,
Jordan Shannon
Hi Jordan,
Correct we want to remove the magnifying glass icon: The website is: http://sinardstore.com
Where is the CSS accessed?
Thank you, Michael
Hi,
Add the following to quick css:
#menu-item-search a{
display:none!important;
}
Best regards,
Jordan Shannon