Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #581439

    Hi. I am new the the WordPress world. I would like to hide the featured image from any post content, but keep it so it would display on the portfolio.

    Thank you

    #581476

    Hi mdaole!

    What you can do, is use some CSS rules, to hide the images from each area. Example the following code, will hide it from the blog area
    .post-entry .big-preview{ display: none !important; }

    is that working, for what you need to achieve?

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.