I would like to remove the three column feature main heading and any extra space that might be left over.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox h4 { display: none; }
Sorry, I mean the actual main heading for all three columns (located underneath the slider), not the individual heading for each column. Thanks.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featurebox h2 { visibility: hidden;}