I would like to remove the 'Main Feature Heading' from the theme. Is there an easy way to do so? Thanks ahead of time!
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content h1 { display: none; }