Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kmatthews85
    Do you want to hide the featured image from the single post? If yes, please add this below CSS codes on Appearance > Customize > Additional CSS,

    .single .post-thumbnail.full-width-image img {
        display: none;
    }

    Hope this works.

    Thank you

    Thread Starter kmatthews85

    (@kmatthews85)

    I want to hide all featured
    Images on my post but want to utilize the the thumbnail until they click on the link

    Hi, would you please come with the screenshot where you want to hide the featured image? The above provided code works for the single page image.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image’ is closed to new replies.