• Closed
  • Alex Knight
    Spectator
    October 7, 2016 at 10:09 pm #30578

    Hi,

    I used this to remove featured images from appearing on page.

    
    

    {body.page .thumbnail-post {
    display: none;
    }}

    But I want to exclude one post from this. Is this possible? The one to exclude is post ID=”11758″

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    October 8, 2016 at 7:45 am #30589

    Hi,

    In CSS, it’s not possible to exclude.
    You can only use all other post’s ID for your css code, instead of using .page .thumbnail-post

    Thank you