Home › Forums › Exoplanet › Footer question › Reply To: Footer question
December 17, 2016 at 4:42 pm
#697
Andy
Keymaster
Hi, what you could do is install a custom CSS plugin which allows for CSS per page such as https://wordpress.org/plugins/wp-add-custom-css/
Then on the page you don’t want to display the footer, add this:
#home-slider-section{margin:0;}
#colophon{display:none;}