Hi , 1. In my site i dont want any "home page heading" "home page sub heading" and "3 column feature" . Please send me the CSS code . 2. Can i change main page slider effect to fade in - out or any other ? Thanks .
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home-content .page_info { display: none; } .feature-content { display: none; } 2. For this Go to the Theme directory > js directory > custom.js file and edit custom.js file as shown in image. This will solve your issue.