Tagged: ajax search
Is there a way to disable this without hacking core file?
I have a custom search widget I made in the header to search specific CPT taxonomy, so the ajax function always returns nothing and gets in the way. Can that be removed, or, made to search a different location instead of posts?
Hi thatryan!
Please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu”
Regards,
Yigit
Hey, this is not available in the latest version (4.1.2). How do you disable search now?
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header #menu-item-search {
display: none;
}
HOpe this helps. :)
Best regards,
Nikko