ShuiFeng Posted July 5, 2022 Share Posted July 5, 2022 Site URL: https://shuifeng.squarespace.com Hi all. I have some code that makes drop shadows on all images throughout my site but I want to remove it from one specific image. I've tried the code below but it's not working - what am I doing incorrectly? Site: https://shuifeng.squarespace.com PW: ShuiFeng Page: https://shuifeng.squarespace.com/about - it's the photo near the bottom that I want to remove the shadow from. Thanks. #block-4e99c0967d668fded5ad .image-block { box-shadow: unset; } Link to comment
Solution tuanphan Posted July 5, 2022 Solution Share Posted July 5, 2022 Use this code div#block-4e99c0967d668fded5ad .image-inset { box-shadow: unset; } ShuiFeng 1 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!) Link to comment
ShuiFeng Posted July 6, 2022 Author Share Posted July 6, 2022 Thanks much Tuan, it worked like a charm. 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