abbydamen Posted May 26, 2021 Share Posted May 26, 2021 Site URL: https://chartreuse-gold-tl9a.squarespace.com/ I've achieved a faded/overlay-on-hover effect upon my gallery thumbnails on my about page using this code: a img.thumb-image:hover { background-color: #c043cb; transition: .70s ease; opacity: .70;} However, I want the background colour which is a purple to show instead of what seems to be the default grey. Anyone know how to help? Thanks! Abby Website: https://chartreuse-gold-tl9a.squarespace.com/ Password: sparklefox Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/27/2021 at 4:26 AM, abbydamen said: Site URL: https://chartreuse-gold-tl9a.squarespace.com/ I've achieved a faded/overlay-on-hover effect upon my gallery thumbnails on my about page using this code: a img.thumb-image:hover { background-color: #c043cb; transition: .70s ease; opacity: .70;} However, I want the background colour which is a purple to show instead of what seems to be the default grey. Anyone know how to help? Thanks! Abby Website: https://chartreuse-gold-tl9a.squarespace.com/ Password: sparklefox Add to Design > Custom CSS /* About-Slide hover */ body#collection-60adad0db88e982a72921e0e { .slide a:after { content: ""; display: block; background: rgb(128, 0, 128, 0.5); position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; opacity: 0; pointer-events: none; transition: all 0.3s; } .slide:hover a:after { opacity: 1; transition: all 0.3s; }} 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
abbydamen Posted May 31, 2021 Author Share Posted May 31, 2021 (edited) Absolutely fantastic THANK YOU SO MUCH! 🙏 What if I want to apply the same effect to blog posts? Does something needs to go in place of the below? Thanks! body#collection-60adad0db88e982a72921e0e { Edited May 31, 2021 by abbydamen Link to comment
tuanphan Posted June 1, 2021 Share Posted June 1, 2021 On 5/31/2021 at 9:53 AM, abbydamen said: Absolutely fantastic THANK YOU SO MUCH! 🙏 What if I want to apply the same effect to blog posts? Does something needs to go in place of the below? Thanks! body#collection-60adad0db88e982a72921e0e { You mean this page? https://chartreuse-gold-tl9a.squarespace.com/blog 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
abbydamen Posted June 14, 2021 Author Share Posted June 14, 2021 Yes, that page. E.g. how would you apply the same overlay to a blog? How would you apply the same overlay to a summary block? I managed to do a black and white feature on the blog – am more interested in the summary block if you know and are able to help? Thanks. Abby 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