Remove Feature Image in Single Post - by stevhong

This topic has 7 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Robert Hall

  • Avatar: stevhong
    stevhong
    Participant
    April 19, 2016 at 09:49

    Hi Support. How i can remove the feature image under the single posts? Kindly advice.
    many thanks

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 19, 2016 at 09:59

    Hello,

    Please add this code in custom.css file:

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

    Best regards,
    Jack Richardson.

    Avatar: stevhong
    stevhong
    Participant
    April 22, 2016 at 05:04

    wonderful jack. thank you very much. one more request. how can i remove also the features image under the post list as well… many thanks eg: http://thoneh.com/announcement/

    Avatar: stan
    Stan Russell
    Participant
    April 22, 2016 at 07:04

    Hello stevhong,

    if you want to remove featured image for blog posts, please use following css code:

    .blog-post .post-images{
    display:none
    }

    Regards,
    Stan Russell.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 22, 2016 at 07:08

    Hello,

    Do you mean this image? http://prntscr.com/avbj31
    If so, you can remove it in the page editor.

    Regards,
    Robert Hall

    Avatar: stevhong
    stevhong
    Participant
    April 22, 2016 at 07:13

    hi stan.. what i means is this image.
    http://prntscr.com/avbk6j thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 22, 2016 at 07:25

    As I see you’ve already removed the image.

    Regards,
    Robert Hall

  • Viewing 7 results - 1 through 7 (of 7 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.