- This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Footer question’ is closed to new replies.
Hello!
What should I change to disable a whole footer section at one page. I would like to have the fullscreen picture effect, when there is no possibility to scroll the screen.
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;}
Thanks a lot!