I would like to disable the Homepage bottom feature area for the butterbelly theme. How can I do that? Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_mid_content { display: none; } .feature_blog_content { display: none; } Thanks & Regards Gourav Shrivastava