Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1265470

    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,

    #1266000

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.