[Theme Twenty Fourteen] Only show slider on homepage
-
Simply put, I have a homepage and I’d like to know how I can easily go about hiding the entirety of the page contents, and ONLY show the slider on the homepage with the footer directly beneath it?
As of right now, if I select a page as a static homepage and enable the slider, I end up with the page title and a big white space. I can use CSS:
.home .entry-title { display: none; } .home .entry-content { display: none; }
to hide the contents and the title, but I still end up with a giant space under the slider between the slider and the footer. How can I remove this giant white space?
Thank you in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Theme Twenty Fourteen] Only show slider on homepage’ is closed to new replies.