Hi, How would you remove/disable the slideshow on this theme completely so it does not show on the home page? Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #slides { display: none; } This will solve your issue.