Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #150911
    Muazii
    Participant

    Hello,
    is it possible to remove search bar from this theme?

    Thanks in advance

    #150913
    Skandha
    Participant

    @muazii: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-toggle-wrapper {
          display:none;
    }

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

    #150914
    Muazii
    Participant

    This does not help, because then I loose my whole menu.

    #150964
    Sakin
    Keymaster

    @muazii: There is default option in pro version to remove the search. But in free version, if you just want to remove search then you need to add following custom css in “Appearance => Customize => Additional CSS” box:

    
    #primary-search-wrapper,
    #primary-menu-wrapper .search-container {
    	display: none;
    }
    #151087
    Muazii
    Participant

    Thank you a lot this code has done exactly what I needed 🙂

    #151090
    Sakin
    Keymaster

    @muazii: Welcome. If you like My Music Band theme and our support, then please support us by providing your valuable review and rating at https://wordpress.org/support/theme/my-music-band/reviews/#new-post

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