Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262964
    ferdia
    Participant

    Hello,

    I’ve been looking around the forum and found a lot of posts on this non-feature but what i’ve tried didn’t work. Im using Integrity and would like to have the possibility to remove the featured image for individual pages only.
    I’ve been to get the information i needed for customization on many topics on the forum but this is alluding me.
    Its also noticed that many users have being asking to add this feature for a couple of years now. Is this on the road map or not and if so when will it be released?

    Getting back to my initial question, any help would be greatly appreciated.

    Best Regards
    Ferdia

    #1263245
    Prasant Rai
    Moderator

    Hello Ferdia,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .single .entry-featured {
        display: none !important;
    }

    If you want to selectively remove featured image in that case please use following CSS:

    .postid-1135 .entry-featured {
        display: none !important;
    }

    Please replace the 1135 number by your Post’s ID, to find a Post’s ID please take a look at this article: https://community.theme.co/kb/how-to-locate-post-ids/

    Hope it helps.

    #1265322
    ferdia
    Participant

    Hi Prasant,

    Thanks for your reply. The first option works fine on posts but the second one will not work on any of my pages and i’m using the proper page ID’s.

    Any other suggestions

    #1265340
    Thai
    Moderator

    Hi There,

    For the page ID, please try with this CSS:

    .page-id-1135 .entry-featured {
        display: none !important;
    }

    Hope it helps 🙂

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