• The frontpage has a big title.
    Then a big image, which I want to remove.
    Does anyone know how?

    It’s the big image: red / dark red / very dark red

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello!
    I see the picture of a couple in the link you shared…
    If this is the image you want to hide, from your front page only (which has the id #6), you’d need to add to your CSS the following:

    #post-6 .featured-media {
    display:none;
    }

    Let me know if this was helpful! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove first big image on frontpage’ is closed to new replies.