Hide search in top bar (WPBakery)

Home Forums Jevelin Theme Hide search in top bar (WPBakery)

Home Forums Jevelin Theme Hide search in top bar (WPBakery)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • troelsfeodor
    Participant

    I’m using the WPBakery version (newest) of the Medical demo in Jevelin. How can I best remove the search icon and functionality from the header menu?

    The suggestion here doesn’t work since the header is now edited in WPBakery: https://support.shufflehound.com/forums/topic/hide-search-function/

    Hi @troelsfeodor,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    troelsfeodor
    Participant

    It currently only runs locally, but the menu is identical to the one here: https://jevelin.shufflehound.com/medical/

    Solution for this topic

    Then to hide it please try adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav > li.menu-item.sh-nav-search {
        display: none !important;
    }

    troelsfeodor
    Participant

    Thanks that worked

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)