Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245920
    bruno berthet
    Participant

    i would remove the search link on the primary menu.
    my site: http://brunoberthet.com

    i tried the css code:
    .primary-search-wrapper #search-container-main {
    display: none;
    }

    but it doesn’t work

    #245970
    Skandha
    Participant

    @4-allee-des-melezes: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this works out!
    Kind Regards,
    Skandha

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