Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #207918

    lkbos
    Participant

    I’m using Renew stack. When I have a blog post with a featured image, the image shows at the top of my blog post with a border around it. how do I remove this border on all my posts? thanks.

    #208168

    Senthil
    Member

    Hi There,

    Thanks for writing in!
    I’m sorry to hear that you’re having this issue.

    Please add the following CSS in your Appearance > Customize > Custom > CSS and it will remove border around the featured images.

    .entry-featured {
    	border:0;
    }

    Hope it helps, thanks!