Home Forums Pro Themes Magpaper Pro Remove/Hide Featured Image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #132141
    Nathan McRae
    Participant

    Is there a way to hide the featured image in blog posts? In many of my posts, I don’t have an accompanying image; I just want to have text displayed. How would I remove the empty grey featured image box in these cases? Relatedly, on my homepage, can I change the ‘latest posts’ section, so that does not show the ‘no image found’ box on posts without a featured image?

    Thanks!

    #132179
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL so that we can inspect further and help you with the CSS if possible.

    Also, explain in which page you want the featured and where you do not want.

    Regards.

    #132272
    Nathan McRae
    Participant

    Sure.

    Here is an example post: https://nathanmcrae.com/?p=151
    In this case, I have no image to go with the post, and would like it if the grey box was not displayed.

    On the regular site homepage: https://nathanmcrae.com/
    Similar request, that the posts without a photo do not display ‘no image found’. This second request though, is less of an issue if it cannot be easily fixed, as I will probably end up using elementor to create a custom homepage.

    #132288
    wensolutions
    Keymaster

    Hello,

    To remove the featured image section, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS.

    .postid-151 #page-site-header {
        display: none;
    }  

    To remove the No Image Found section and manage the section, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS.

    #latest-posts .section-content .featured-image {
        display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #132425
    Nathan McRae
    Participant

    For the the featured image section, is there a way to remove the header for all of the posts (or a range of posts) instead of just a single post?

    The second fix for the homepage works perfectly.

    Thank you.

    #132436
    wensolutions
    Keymaster

    Hello,

    To remove the featured image section, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS.

    .single-post #page-site-header {
        display: none;
    }

    Hope this helps.

    If you have other pages where you want to remove the featured image, please provide us with the specific link of the posting page.

    Regards.

    #132608
    Nathan McRae
    Participant

    This solves my problem. Thank you.

    #132732
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, let us know.

    Regards.

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