Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #239036
    trigg015
    Participant

    Hi there,

    I want to remove the search icon from the menu.
    I tried this: https://catchthemes.com/support-forum/topic/remove-search-button-table-border/#post-179269

    but then on my moble device (ios, safari) the complete menu is removed, not only the search magnifying glass.

    How to fix this?

    #239062
    tikaram
    Keymaster

    @trigg015: Can you please post in your site URL so that I can help you resolve the issue.

    Regards,
    Tikaram

    #239095
    trigg015
    Participant

    My site is trigg.nl

    #239132
    tikaram
    Keymaster

    @trigg015: Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    #primary-search-wrapper {
    	display: none;
    }

    Let me know if this helps resolve the issue.

    Regards,
    Tikaram

    #239202
    trigg015
    Participant

    It works!

    Thank you very much

    #239263
    tikaram
    Keymaster

    @trigg015: Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cannot remove search icon’ is closed to new replies.