Is there a way to remove the 3 featured sections and the customer testimonial and video sections of the home page? I want to have just the slideshow and a tag line under it and then the footer. Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content { display: none; } .testimonial_bg { display: none; }