footer in all pages except in homepage
-
I want to remove the footer from homepage only. I tried with CSS and the page id, for example:
#site-generator.page-id-21 {
display:none;
}or
footer#colophon.page-id-21 {
display:none;
}
But this doesn’t work. I think I’ll have to use is_home function but I don’t know how ?? Could you help please?Tahnk you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘footer in all pages except in homepage’ is closed to new replies.