Hello! I'd like to temporarily remove the Three Column Feature, Video Box and Bottom Featured Area on the HOME page. http://cjlightworks.org/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home div.content-container { display: none; } This will solve your issue.
Could you please give me the codes individually for each section. I would like to keep the Featured Punch line. I would also like to be able to add or remove the sections individually in the future. Thanks!
Hello Crystal, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS For punch line .feature-tagline-container { display:none; } For video container .vidimg-container { display:none; } For bottom feature area .bottom-feature-container{ display:none; } Thanks & Regards Nitesh Raghuwanshi
Hello, To remove Three Column Feature section, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.feature-page-wt-thumb.clear { display: none; }