Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #282791
    lumir
    Participant

    Hello, is it possible to disable the search bar at the top right corner?

    #282802
    Skandha
    Participant

    @lumir: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #primary-search-wrapper, .mobile-social-search .search-container {
        display: none !important;
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable search’ is closed to new replies.