Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040947
    Darren G
    Participant

    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?

    #1041278
    Thai
    Moderator

    Hi Darren,

    Please try with this CSS instead:

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

    Hope it helps.

    #1041328
    Darren G
    Participant

    that’s fixed it – thank you.

    #1041609
    Thai
    Moderator

    If you need anything else please let us know.

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