Need to remove Featured Image from the top of Single Post in Blog. Again…

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

  • Avatar: mu5ia
    mu5ia
    Participant
    October 20, 2015 at 05:32

    So here’s the previously started topic.
    https://www.8theme.com/topic/need-help-with-removing-featured-image-from-the-top-of-single-post-in-blog/
    It seems I’ve been helped and it worked. However it doesn’t anymore. Need to do it again. Does the code change?
    If I enter

    .post-images .blog-mask .mask-content{
    display:none;
    }

    It removes link icon from the post featured images in Blog list page.

    this is the code I have in custom.css right now. I believe it was edited by one of your team members while ago.


    .post-images.nav-type-small.images-slider img {
    display: none;
    }

    .main-nav .double-border {
    border-top: none;
    border-bottom: none;
    }

    .page-content > .row-fluid, .page-content > .row {
    display: block;
    }

    img {
    margin: 5px;
    }

    Do you mind telling me what to change again?
    Thanks!

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 20, 2015 at 08:23

    Hello,

    Please try this code in custom.css

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

    Regards,
    Robert Hall.

    Avatar: mu5ia
    mu5ia
    Participant
    October 20, 2015 at 18:37

    Worked like a charm!
    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    October 20, 2015 at 19:16

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Need to remove Featured Image from the top of Single Post in Blog. Again…’' has been successfully resolved, and the topic is now closed for further responses

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