Hello, I was wondering if there's a way to remove the slider all together without messing up the template or to add a youtube video in place of it? Thanks!!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.slider_wrapper { display: none; } This will remove the slider from your website.