Hi, How can I remove the slider heading and the slider description but do not remove the slider button? Thank you,
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1.slide-h1 { display: none; } p.slide-para { display: none; } Thanks & Regards Gourav Shrivastava
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .nivo-caption a.slide-button { display: none!important; } Thanks & Regards Gourav Shrivastava