How can I remove Our latest Blogs and the Facebook feature areas all together on the home page? Also how can have 3 feature areas instead of 4 in the section above the two I have just asked about removing?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .bottom_feature { display: none; } .feature_inner_box.fourth { display: none; } This will solve your issue.