Home Forums Trusted Pro Featured image for the blog

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3737
    Emilie Allaire
    Participant

    Hi,
    I’m having a problem on the blog with the Trusted Pro theme. I would like to keep the featured image for the presentation of the article but I would like it not to be present in large format at the beginning of my article. How to proceed?

    #3740
    Yazmin
    Keymaster

    Hello Emilie

    In the Customizer, copy the following into Additional CSS

    .single-entry-content .wp-post-image {
        display: none;
    }

    This will stop the featured image being displayed on single posts, while still being visible in your post archives (blog page etc).

    #3742
    Emilie Allaire
    Participant

    It’s perfect !

    Thanks a lot 😉

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured image for the blog’ is closed to new replies.