Hi all; how i can remove the transparent box, and the characters of the heading in just first slider? Other sliders I wanna keep it as default. Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slide-1 .slide-content.entry { display: none; } This will solve your issue.