I either want to remove the Feature Column Headings and/or center, reduce the size and bold of the Feature Column Headings. Can you give me instruction/code on how to do both? Thank you!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #content .one_fourth h3 { text-align: center; font-size: 18px; font-weight: normal; } Thanks & Regards Nitesh Raghuwanshi
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #content .one_fourth h3 { display: none; } Thanks & Regards Gourav Shrivastava