• 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)
  • Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter luckyfox

    (@luckyfox)

    Or install a custom CSS plugin.

    I suppose I should have been more specific. Right now I am using the above CSS using the /wp-admin/themes.php?page=editcss option with Mode: Add-on so as to not alter the theme itself.

    I could make a child-theme, but again I’m needing to know how to get rid of the space I’m referring to.

    Thank you for the guidance esmi, thankfully I’m not THAT foolish. 🙂 hehe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme Twenty Fourteen] Only show slider on homepage’ is closed to new replies.