Home › Support › Themes Forum › Remove Slider?
Tagged: remove slider
Hello, how do I remove the main image slider altogether? Using the computer shop pro theme. Thank you.
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> Here you can add the below code.
.slider-main{display:none !important;}
Thank You