Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #94462
    wouwonline
    Participant

    Hi, I’ve added the featured content, and added a featured image to the page. But also the jetpack gallery of the page is shown beneath the featured image. I would only like to show the featured image and not the gallery.

    is that possible?

    #94463
    wouwonline
    Participant
    #94471
    Mahesh
    Keymaster

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .entry-content {
        display: none;
    }

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Homepage – gallery is shown under featured content’ is closed to new replies.