• Hi,

    how do I erase the search widget in the main menu? I really don’t need it and it ist too big so my menu will show up in two rows. that doesn’t look good

    BR

    Rico

Viewing 1 replies (of 1 total)
  • Theme Author Themescaliber

    (@mohammedashfaque)

    Hello,

    To erase the search widget in the main menu, follow the below steps.

    Step 1: Go to dashboard >> Appearance >> Customize >> Additional CSS

    Step 2: Add below CSS in additional CSS.

    #header .searchbg{
    display:none;
    }
    #header .menubg{
    width:100%;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘erase the search widget in the nav bar’ is closed to new replies.