How do I hide the description text from the caption box on the slider and only keep the title portion of text there? url:http://webworxworld.com/client-demo/ See below
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption p { display: none; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption { display: none; } Thanks & Regards Gourav Shrivastava