badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Removing top part of the header

#13278

Hi Paperdavid,

To remove the top part of the header where the logo and social media icons sit Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.hgroup-wrap {
    display: none;
}

Note: If you wish to display header logo and social media again then remove above CSS from the Custom CSS options.

Thank you!