LUDLOW Posted June 14, 2022 Share Posted June 14, 2022 Site URL: https://www.sbadna.com/ I've searched high and low and couldn't find anyone that has tried this with CSS yet. @tuanphan, this seems like something in your expertise? We are trying to add a lightweight drop shadow behind the grey image card (and over the image) to create a little more depth on the screen. Have any ideas? Any helpful tips or tricks would be much appreciated! Site: https://www.sbadna.com/ Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 Add to Design > Custom CSS body.homepage .content-fit { box-shadow: 3px 3px 15px 10px rgba(0,0,0,0.5); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LUDLOW Posted June 15, 2022 Author Share Posted June 15, 2022 @tuanphan that's close but not quite. This code puts the shadow behind the image itself. We're trying to get the shadow around the image's grey text box (image title and description) instead. See red outline below. Thoughts? For reference: https://www.sbadna.com/ Link to comment
tuanphan Posted June 16, 2022 Share Posted June 16, 2022 With text box, use this code body.homepage figcaption.image-card-wrapper .image-card { box-shadow: 3px 3px 15px 10px rgba(0,0,0,0.5); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LUDLOW Posted June 16, 2022 Author Share Posted June 16, 2022 That worked! Thank you @tuanphan. Made a couple of tweaks from your CSS to get it a bit lighter and we couldn't be happier with the result. 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