Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105075
    marmen
    Participant

    Hello. I want to know how to remove the search icon that is located on the far right of the primary menu? I was able to find a post showing me how to remove the search box out of the header, so that was great! I just want to get rid of one more search icon in the menu itself.

    #105117
    Pratik
    Participant

    Hi @marmen,

    To completely remove the icon, you will need to upgrade to pro. Pro has option to disable search on primary menu efficiently. Also, pro version has tons of new features as well.

    For free version, we can just hide it using CSS. For that, add following css code in Appearance=> Customize=> Additional CSS box:

    
    #search-toggle {
        display: none;
    }
    

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove search icon on primary menu’ is closed to new replies.