Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1032037
    micahdanielfrink
    Participant

    Hello,

    I want to remove a featured image I have selected for a post from that individual post because it is redundant (it’s already the thumbnail for the embedded YouTube video) but leave the featured image as the thumbnail on the home screen and “YouTube Videos” page where it shows recent posts.

    Is there a way to do this?

    Thanks,

    Micah

    #1032403
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Yes, there is a way via CSS. Please provide the post URL so we can tailor the response to your post page. Let us know – thanks!

    #1032404
    micahdanielfrink
    Participant

    micahfrink.com

    #1032832
    Friech
    Moderator

    Hi There,

    Thanks, you can add this under Custom > CSS in the Customizer.

    
    .single-post .entry-featured {
    	display: none;
    }

    Hope it helps, Cheers!

    #1046335
    micahdanielfrink
    Participant

    Worked like a charm!

    Thanks so much!

    #1046426
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1032037 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>