CSS code to remove footer from one page
-
I want certain pages to be landing pages and although I have successfully removed the main (top) menu I can’t work out how to remove the footer menu from the same page(s).
On my website https://www.cleanerstogo.co.uk I’ve used
.page-id-5091 .main-navigation {
display: none;
}In my child theme, which works but I can’t work out what to select for the footer.
Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
FWIW I’ve tried
.page-id-5091 .footer {
display: none;
}.page-id-5091 .st-footer-wrapper {
display: none;
}.page-id-5091 .st-footer {
display: none;
}None of which work? Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
- The topic ‘CSS code to remove footer from one page’ is closed to new replies.