Home › Support › WordPress Solutions › Remove Slider
I need to remove the homepage slider on computer pro, how do I do this?
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> Here you can add the below code.
.slider-main{display:none !important;}
Thank You
Perfect! Thank you very much!