Reply To: Remove the WordPress Header Text Overlay in Circumference

Home Forums WordPress Themes – Premium Circumference Remove the WordPress Header Text Overlay in Circumference Reply To: Remove the WordPress Header Text Overlay in Circumference

#50869
Bidur
Moderator

Hello Lacey,

You don’t need to customize anything.
Please add the following css;

#cir-banner img{
     height: 40px;
     width: 100%;
}
#cir-banner {
    min-height: 0;
}

Thanks!