Good day, I bought the BizWay template and would like to find out 3 things please: 1. How can I remove the Home Page Feature area (images and writing) - See on image marked nr 1 I just want the Header Slideshow, and footers. 2. How can I remove the social media part on the home page - See on image marked nr2 3. How can I remove the social media (facebook and tweet) on the images that show in the gallery - see on image nr 3? I do not want any social media links at this stage on the website. Maybe later. see the two images attached with numbers marked 1 - 3. Thank you so much. Kind Regards
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main-content-container { display: none; } .footer-top-inner1 { display: none; } .pp_social { display: none; } This will solve your issue. Thanks & Regards Gourav Shrivastava