Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #833995

    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?

    #834089

    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

    #834094

    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

    #834099

    Hi,

    Add the following to quick css:

    #menu-item-search a{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #834101

    Hi!

    Please go to Enfold theme options > Main Menu > General and uncheck “Append search icon to main menu”

    Regards,
    Yigit

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