Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .feature-box.gallery { display: none; } .feature-content { padding-top: 0px; } .feature-strip { margin-top: 0px; } .footer { display: none; } This will solve your issue.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content { display: none; }