Featured images on posts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7505
    Rach
    Participant

    Hi, I’m loving Travel Log theme, but is that a way to not show the featured images at the beginning of the posts? I would be glad if I could use them only on the banner header and the front page, like the theme offers.

    Thanks in advance for your attention.

    Rachel

    #7507
    Support Team
    Keymaster

    Hello @rach,

    Thank you very much for the appreciations 🙂 .

    Now to remove the featured image only in the single post page then please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

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

    Hope this helps.

    Any further queries are always welcome.

    Thank you.

    Best Regards!!

    #7508
    Rach
    Participant

    Thanks for your reply. But it doesn’t work because the featured image also disappeared from the front page. Isn’t there a way to make the featured image disappeared only on the post?

    Thanks and sorry to bother you.

    #7509
    Rach
    Participant

    And actually now my website broke and I can’t reverse to the previous configuration =(

    #7511
    Support Team
    Keymaster

    Hello @rach,

    We would like to apologize for the trouble.

    But when we tested the CSS by placing it in your site, it was working absolutely fine.

    So once try by adding below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS also make sure to add the correct code.

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

    Hope this helps.

    Let us know if there is any issues further.

    Thank you.

    Best Regards!!

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