Hi! How do I remove the slider's heading, description, and its box entirely? At the moment, I would like to have only the photos. I've tried a series of the different codes you'd posted for other people, but none of them work. I've also tried the code to take away the heading & description, but the box remains. www.savesthedaysolutions.com Cheers!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .showcase-thumbnail-container { display: none; } This will solve your issue.