• Hello,
    How can i hide a post’s image, only on the post’s page?

    So the image will still be visible anywhere else (such as the front page, categories page etc) among with the excerpt, title, and read more button but it wont be visible at the post’s own page.

    Example: the post “first post” can be seen here among with the post’s image which is fine.
    https://www.goingout.gr

    How can i make the post’s image, invisible on the post’s page?
    https://www.goingout.gr/first-post/

    Thanks a lot in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi nikolas27

    For this, Please add the following CSS code in custom CSS field (Theme dashboard -> Appearance -> Customize -> General settings -> Custom CSS Field.)

    .post-template-default.single .post-thumbnail-full { 
        display: none;
    }

    Let me know if it works.

    Thanks

    Thread Starter nikolas27

    (@nikolas27)

    Thanks so much, all the best

    Hi nikolas27

    I’m really glad to hear I was able to help.

    Please mark this thread as resolved.

    Have a good day..!

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding the featured image’ is closed to new replies.