Home Forums Lorina Pro hide featured images on homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14188
    kristincali
    Participant

    I’m looking for an option to hide the blog post featured images from the homepage. I don’t want to have to change it manually on all my posts. Is there coding I can add for this?

    #14189
    Andy
    Keymaster

    Add this CSS at Customize > Additional CSS:

    .home article .post-thumbnail {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘hide featured images on homepage’ is closed to new replies.