Hi I want the slider height something like 450 and want no captions in the slider, just the image. Thanks.
Hello Deepie, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bg-img img { height: 450px; } .sl-slider-wrapper { min-height: 450px; ] .salesdetails { display: none; } Thanks & Regards Nitesh Raghuwanshi
Hi the size of the slides has been fixed but did nothing to the captions in the sliders. I want to remove those caption. Thanks
Paste the code given below in Custom CSS (Appearance > Theme Option > Styling Option > Custom CSS) Code: .bg-img img { height: 450px; } .sl-slider-wrapper { min-height: 450px; } .salesdetails { display: none; } This will solve your issue.