Please visit:
https://www.tensaequipment.com.au/
In updating Enfold to the latest version we have lost the Search box in the main header area.
I have searched the Forums and documentation and cannot seem to find out how to get it back.
Thanks,
Hey aaziz_tensa,
Thank you for the inquiry.
The search icon is not visible because of this css code.
#top #menu-item-search.menu-item-search-dropdown > a {
border-left: none;
display: none;
}
Please remove it or add the following css code to override it.
#top #menu-item-search.menu-item-search-dropdown > a {
display: block !important;
}
Best regards,
Ismael