• Resolved lasthokage

    (@lasthokage)


    Hi,

    Is it possible to hide the large featured image on the portfolio posts? Only for selected posts (not every post).

    I still want to see a featured image as a thumbnail on the home page but not for selected posts.

    Hope this makes sense.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @lasthokage,

    I am sorry we don’t have an option to hide the featured image only on selected posts/portfolios.

    Anyway, you can find the page/post ID and add below custom CSS via Dashboard > Apperance > Customize > Additional CSS. You need to replace the numeric value with the portfolio post ID.

    .single.postid-44 figure.post-thumbnail {
    display: none;
    }

    If you have any further questions, please let us know.

    Thank you.

    Thread Starter lasthokage

    (@lasthokage)

    Perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Featured image for individual posts’ is closed to new replies.