Home › Forums › Theme support › Strong Header Section › Reply To: Strong Header Section
Hm, I think you can try to hide it with css. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#brand {
display:none;
}