Home Forums Theme support Search Bar Reply To: Search Bar

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.