Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082289
    tomcahill
    Participant

    I have been trying to figure out how I can with css hide a featured image on ‘only certain posts – not all posts’ but still have the hidden post image show in the above carousel.

    Thank you

    #1082718
    Rupok
    Member

    Hi there,

    Thanks for writing in! Yes it’s possible with some custom CSS like below :

    .postid-5979 .entry-featured {
      display: none;
    }

    Let’s change the post ID (.postid-5979 ) with correct post ID.

    Locate post ID : https://theme.co/community/kb/how-to-locate-post-ids/

    Cheers!

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