I only need one footer widget how do i remove the other three. And how do i remove the 1st and 2nd Headings on the homepage...Thanks
Hello, 1. Go to sidebar-footer.php present in your theme directory and follow the instruction as shown in image given below 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper h1{ display:none; } .slider-wrapper h2{ display:none; } This will solve your issue. Thanks & Regards Gourav Shrivastava