Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1315994
    Richard H
    Participant

    I would like to have the featured image in the blog summary page http://bumpsandbirths.co.uk/blog but have the featured image removed from all posts. Could you help me to do this please?

    #1316058
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    body div.entry-featured {
        display: none;
    }

    And change to this:

    .single-post div.entry-featured {
        display: none;
    }

    Hope it helps 🙂

    #1316195
    Richard H
    Participant

    It did …. a lot! Thanks… The only bit left to change now though is the big gap that seems to have appeared at the top of my blog posts now that the featured image has gone. Any idea how to sort that? (thanks for your quick response by the way!)

    #1316332
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .single-post .x-container.offset {
        margin-top: 0;
    }
    
    .single-post .entry-content {
        margin-top: 0;
    }
    

    Hope that helps.

    #1316365
    Richard H
    Participant

    Perfect! Helps a lot! Thanks for such brilliant support, I knew it was a good move going with X!

    #1316387
    Joao
    Moderator

    Glad to hear it Richard and thanks for your kind words!

    Joao

  • <script> jQuery(function($){ $("#no-reply-1315994 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>