I could not find the exact instructions in previous posts. 1) How do I remove the testimonial section? This is not present in the lite version of the theme but appears in the pro version and I do not see a switch to turn that off. 2) How do i make the automatic footer menu match the upper custom header menu I created? 3) How do I remove the footer menu if I later decide to do so? 4) on your default page template a set of sidebar widgets appear. How do I remove those? In the WP Widget area the widgets do not show as being selected.
Hello, 1.For your first issue paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial { display: none; } 2.For your second issue Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. 3.For your third issue paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .footer_menu { display: none; } 4.For your fourth issue Go to the Appearance > Widgets Drag widgets and drop them in the Primary and Secondary widget area, It will automatically display at your sidebar.