Hi, I would like to just have the slider and the first 3 feature areas and the rest completely removed. What is the custom CSS to do that? Matt
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_mid_content { display: none; } .feature_blog_content { display: none; } This will solve your issue.