GLNC Posted January 10, 2022 Posted January 10, 2022 Card images: What is the code to add a border to an image with rounded corners + a drop shadow? thx
tuanphan Posted January 10, 2022 Posted January 10, 2022 6 hours ago, GLNC said: Card images: What is the code to add a border to an image with rounded corners + a drop shadow? thx Try adding this to Design > Custom CSS .design-layout-card .image-inset { box-shadow: 3px 3px rgba(0,0,0,0.5); border-radius: 50px; } If it doesn't work, please share link to page where you use card images, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
GLNC Posted January 11, 2022 Author Posted January 11, 2022 On 1/10/2022 at 12:25 AM, tuanphan said: Try adding this to Design > Custom CSS .design-layout-card .image-inset { box-shadow: 3px 3px rgba(0,0,0,0.5); border-radius: 50px; } If it doesn't work, please share link to page where you use card images, we can check easier It worked — thank you so much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment