1. How do I slow the main slider down, it seems to be switching constantly at a high speed? 2. I want to remove the Blog Section on the home page completely, how do I do this?
Hello, For 1st issue goto (Appearance ->Theme option ->Home slider settings)of your dashboard and manage speed of slider. For 2nd issue Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. div#section7 { display: none; } Thanks & Regards Pramod Patel