Tagged: x Author Posts July 11, 2016 at 6:56 pm #1082289 tomcahillParticipant 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 July 12, 2016 at 2:19 am #1082718 RupokMember 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! Author Posts <script> jQuery(function($){ $("#no-reply-1082289 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In