Tagged: x Author Posts June 14, 2016 at 2:41 am #1040947 Darren GParticipant Hi, I have 4 posts which I wish to remove the featured image from. As there are only 4 I am removing them by Post ID – using the code below .postid-30414 .entry-thumb { display: none; } This has worked, but it’s leaving behind an empty border where the image would be http://grow-digital1.com/products/dk-books/ How can I remove this border please? June 14, 2016 at 7:41 am #1041278 ThaiModerator Hi Darren, Please try with this CSS instead: .postid-30414 .entry-featured { display: none; } Hope it helps. June 14, 2016 at 8:08 am #1041328 Darren GParticipant that’s fixed it – thank you. June 14, 2016 at 10:55 am #1041609 ThaiModerator If you need anything else please let us know. Author Posts <script> jQuery(function($){ $("#no-reply-1040947 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In