Title: Hero Section
Last modified: June 25, 2021

---

# Hero Section

 *  [EH](https://wordpress.org/support/users/ehabermas/)
 * (@ehabermas)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/hero-section-3/)
 * When I enable the hero section, posts show up not only in the hero but then again
   under the hero. How do I make them show up only once?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhero-section-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/hero-section-3/#post-14607926)
 * The hero slider shows most recent posts and at the moment you can only specify
   category from which you want to pull the posts from.
 * You could hide the first three posts with CSS from your blog. Like this:
 *     ```
       .blog #content > .sinatra-article:nth-child(1),
       .blog #content > .sinatra-article:nth-child(2),
       .blog #content > .sinatra-article:nth-child(3) {
         display: none;
       }
       ```
   
 * Add the CSS code into the Additional CSS field in Appearance » Customize.

Viewing 1 replies (of 1 total)

The topic ‘Hero Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sinatra/1.4.1/screenshot.jpg)
 * Sinatra
 * [Support Threads](https://wordpress.org/support/theme/sinatra/)
 * [Active Topics](https://wordpress.org/support/theme/sinatra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sinatra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sinatra/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Branko](https://wordpress.org/support/users/brankoconjic/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/hero-section-3/#post-14607926)
 * Status: not resolved