badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Option to not display Featured Image on select Posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85891
    jim-1334
    Participant

    Would like to have an option to not display the Featured Image on specific posts.

    #86076

    Hi Jim,

    For not to display the Featured Image on specific posts you have to add custom CSS.
    Just go to Appearance > Customize > Additional CSS and paste the below custom CSS code:

    .single-post .post-xxx .post-featured-image {
        display: none;
    }

    Note: Replace the above xxx text above with post id number of specific post.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.