I have the Traffica Pro Theme and for the site that I am building, I do not want to have the Testimonial and Accordian sections on the Home Page. Unlike the Blog, there is no ON/OFF toggle. Do provide directions on how this can be achieved.
Hi, Greetings from InkThemes, To remove the concerned areas, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#demo-wrapper { display: none; } .feature_testimonial { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Thank That works. But I realize there are 2 more blocks. How can I get the front page to display like the free version - nothing else between the. 4 columns features and footer
Hi, Thank you for getting back to us. To remove the concerned areas, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home-content .home_content { display: none; } Next, just go to (Appearance -> Widgets) of your dashboard. Then from the list of available widgets, just select the 'TEXT' widget and drag-and-drop it to the "Home Page Sidebar Feature Widget Area" on the right. Hope this helps...! Thanks & Regards! Nitin InkThemes.com