MakingWaves Posted March 1, 2021 Share Posted March 1, 2021 (edited) Site URL: https://prism-swan-send.squarespace.com/projects/victorian-villa-hove-part-one Hey guys. I'm trying to make the background colour behind the text on the Gallery Block Title invisible but for some reason, it always carries a transparent black. What CSS do I need to get rid of it please? I've been using this code to change it to another colour and move it around but I really want to lose the background colour/transparency completely. TIA! p/w interiors //Gallery Slideshow Background Colour// .sqs-gallery-block-slideshow .meta .meta-inside { background: none; padding-right: 150px; opacity: 1; } Edited March 1, 2021 by MakingWaves Link to comment
tuanphan Posted March 3, 2021 Share Posted March 3, 2021 Add to Design > Custom CSS .sqs-gallery-block-slideshow .meta .meta-inside { background: transparent !important; } 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
MakingWaves Posted March 3, 2021 Author Share Posted March 3, 2021 Thanks Tuan but it still doesn't seem to disappear from behind the text. It's like there's a fixed transparency there that I can't turn off. https://prism-swan-send.squarespace.com/projects/victorian-villa-hove-part-one Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 Try adding to Code Injection Header <style> .sqs-gallery-block-slideshow .meta .meta-inside { background: transparent !important; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment