whereisscott Posted July 1, 2020 Share Posted July 1, 2020 Site URL: https://www.decarbonista.world/challenge Hi all, I'm looking to add a semi-transparent background color to the content blocks (or at least the text blocks) in a Cover Page layout for a client. Website is: https://www.decarbonista.world/challenge I've pasted in the code in the header of the Cover Page, but it doesn't seem to be working. Code below. Not sure what I'm doing wrong? <style> #yui_3_17_2_1_1593622491163_415 { background-color: rgba(0, 0, 0, 0.5); padding: 30px; } </style> Thanks! -Scott Link to comment
Solution tuanphan Posted July 5, 2020 Solution Share Posted July 5, 2020 Add to Cover Page Setting <style> .sqs-slide-wrapper[data-slide-type="cover-page"] .sqs-slice-group { background: rgba(0,0,0,0.5); } </style> whereisscott 1 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
whereisscott Posted July 8, 2020 Author Share Posted July 8, 2020 Thank you, tuanphan! That worked perfectly. Appreciate it!! 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