I would like to disable the text heading and description on the first slider. How can I do this? thanks.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #content1 h1 { display: none; } #content1 p { display: none; } This will solve your issue.