Home Forums Theme support Search Bar

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 5 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello there,

    Is there a way to remove the search bar / search bar icon that appears in the header / navigation?

    I’m using SweetVenture 1.03.

    Thanks.

    Hi,

    the easiest way is to remove it with CSS. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this CSS code:

    .header_drop_box {
    	display: none;
    }

    This will remove the search function in the header.

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

You must be logged in to reply to this topic.