• EH

    (@ehabermas)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    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.