Show Footer on Home Page only
-
I’m developing a new website using the ROOKIE theme and I would like to have the footer show only on the website’s Home page.
I’m aware of the CSS to remove the footer from individual pages:
.page-id-154 .site-footer {
display: none;
}However, I currently have 27 pages I need to have the footer removed from. Is there a simple CSS to either show the footer on the home page only or to remove the footer from multiple games at the same time?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show Footer on Home Page only’ is closed to new replies.