Remove class="hgroup-wrap clearfix"

hi all,

i want to remove the class=“hgroup-wrap clearfix”, because i do not use the header icon in the section “main option”. so now i have a with box, wich i want to remove. i identified that the meantioned could solve this problem, or i’m wrong?

Greeding blackoo

http://wp.ohlig-sport.de/

Hi @blackoo,

Use this css code to remove:

.hgroup-wrap {
   display: none;
}

Thanks,

Cristian

.