How can I remove the following front page features: Location Map Team Members Portfolio Thanks. Great theme!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home div.team-content.animated.animation_started { display: none; } .home div.portfolio_wrapper { display: none; } .home div.contact-map { display: none; } This will solve your issue.
I have added the above code to my site to see if this works but I can still see those features. I want to remove the following sections 1) how it works - the video section 2) our team members 3) our happy clients 4) the blog section
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#section2 { display: none; } .home div.team-content.animated.animation_started { display: none; } div#section6 { display: none; } div#section7 { display: none; } This will fulfill your requirement.