Featured images on the blog page - by gordan

This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: gordan
    gordan
    Participant
    July 21, 2015 at 16:30

    Hi,
    How do you remove images on the blog. It seems that these images are featured but then when opening individual post there is no image under ‘featured image’
    I have used css

    .post-single .wp-picture{
    display:none;
    }

    to remove them from individual posts but still showing on the blog page.
    Please advise where to manage these images.
    Thanks

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    July 21, 2015 at 17:34

    Hello,

    Please add this code in custom.css to remove featured images from Blog page:

    .wp-picture {
       display: none !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.