How do I get rid of the testimonial header and content as well as the testimonial widget header and content on the main page? I don't want it to display at all. Also, how do I remove the footer menu? thanks.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial_bg { display: none; } .footer .footer_menu { display: none; }