I need to temporarily remove the slider heading, description, button text & link. http://cjlightworks.org/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider-caption-container { display: none; } This will solve your issue.