add bottom border on feature images
- The topic ‘add bottom border on feature images’ is closed to new replies.
Need help? Check out our Support site, then
Dear Thomas,
How can I add bottom border on feature images? Yellow colour, 5px.
My blog is still under construction and not published. https://socialdesignlibrary.in/
Looking forward to your reply.
The blog I need help with is: (visible only to logged in users)
Hi there,
You can achieve that with this short CSS snippet:
.wp-post-image {
border-bottom: 5px solid yellow;
}
Cheers,
Thomas
Thank you.