Home › Support › Themes Forum › How can I remove the slider?
Hi, we got the GreenHouse Pro Theme, I need to remove the slider on top of the page, how can I do it?
Thanks,
Terry
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> Here you can add below code.
.slider-main{display:none;}
Thank You