Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301423
    RBish
    Participant

    There is a search bar at the side of the screen, in the header, or whatever (the same section where the menu is located) and I was wondering if there was any way of removing this search bar?

     

    https://imgur.com/ptDXvwi

     

    #301472
    Skandha
    Participant

    @rbish: Hello there,

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

    .search-social-container .search-container, .mobile-social-search .search-container {
    display: none;
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing Search bar from header/menu’ is closed to new replies.