Richard06 Posted July 18 Share Posted July 18 Hello, I need help adding a border around my calendar blocks. The calendar block does not offer adding a border around the images displayed. I attached an image of what I have in mind. The link to the page is: https://www.oceangrove.church/calendar The password to the website is: stpaulsstaff Link to comment
Solution MayaViolet Posted July 19 Solution Share Posted July 19 Hi @Richard06 - do you mean a border-radius (ie rounding the edges?), or an actual colored border? I've included code for both below: /* Calendar Image Borders */ .eventlist-column-thumbnail { background: transparent !important; } .eventlist-column-thumbnail img { border-radius: 50px; border: 2px solid blue; // border thickness, style and color } Lmk if you have questions! tuanphan and Ziggy 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment