Good day, Is there some way to remove the block in which the slider heading and description must be? I don't want that. I want only the picture to show. Thank you! Landi
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #slides .caption { display: none; } This will solve your issue.