How can I remove the border from the featured images on the blog? Thank you
Remove Featured Image Border on Blog
(4 posts) (2 voices)-
Posted 1 year ago #
-
Try something like this:
.collection.two-third .entry-featured-media .frame > .decorator > .outer {
padding: 0px;
}
Posted 1 year ago # -
Great, thanks :)
Posted 1 year ago # -
np :)
Posted 1 year ago #
Reply
You must log in to post.