Home Forums Free Themes Magazine Plus how can i remove search option in menu bar.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33888
    mayank.mishra29
    Participant

    hello sir,
    Can you tell me how can i remove search option in my primary menu bar. because of search option my primary menu not work properly.

    #33974
    wensolutions
    Keymaster

    Hello @mayank-mishra29,

    The option to directly disable the search option from the primary menu is not available in the theme. However, you can remove the section from the menu with the help of some simple Custom CSS.

    Please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .header-search-box {
        display: none;
    }

    Hope this Helps,

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.