Blog Feature Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7045
    richarddeeha
    Participant

    I love the look of the feature image when you’re viewing the latest blog posts on the home page, however i would like to hide the feature image in the actual post

    #7047
    Support Team
    Keymaster

    Hello @richaaddeeha,

    We are not quite clear on your issue according to what you have said. Do you want to remove the image in the single trip page from the plugin or the image that appears in the single blog post?

    If you are trying to remove the image from the single blog post then we are not quite sure which theme you are using so please explain the issue properly so that we can help you further.

    Thank you.

    Best Regards!!

    #7050
    richarddeeha
    Participant

    I am using the theme that you guys created!
    The feature image is currently above the blog body text but i would like to hide that so that there’s no image shown.

    #7053
    Support Team
    Keymaster

    Hello @richaaddeeha,

    Thank you for using the theme as well 🙂 .

    Now to remove the featured image in the single post page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .single img.attachment-full.size-full.wp-post-image {
        display: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.