August 26, 2014 at 6:05 am
#13278
Theme Horse Support Team
Keymaster
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!