Removing border edging on feature images

Hello, I am using renew stack. I would like to know please if you have any code I can use to remove the border edging on the feature images on pages and posts, and would still like the image itself to align at the top with my side bar and on the left and right with the body text.

For example https://www.homegrownfeast.com/how-not-to-build-a-herb-garden/ (post) and https://www.homegrownfeast.com/about/ (page).

Thank you!

Hello Stephen,

Please add this code in X > Theme Options > CSS:

.entry-featured {
    padding: 0;
    border: none;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.