GregR Posted April 16 Share Posted April 16 Hi, I was given this code to create this effect on my cover page. So that the text would be more legible. However when I add it to the custom css page, it does not seem to apply. Does anyone have any insight on how to fix or why it is not working? Thanks! Greg Code- .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="buttons"] li, .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] li, .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="sso-options"] li { background: rgba(226, 226, 226, .8); } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] ul li a { color:#000; } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] ul li a { padding-left: 0.3em!important; padding-right: 0.1em!important; padding-top: 0.3em; padding-bottom: 0.3em; } Link to comment
tuanphan Posted April 18 Share Posted April 18 CSS code can't run on Cover Page. You can use this code to Cover Page Header Code Injection <style> .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="buttons"] li, .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] li, .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="sso-options"] li { background: rgba(226, 226, 226, .8); } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] ul li a { color:#000; } .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="navigation"] ul li a { padding-left: 0.3em!important; padding-right: 0.1em!important; padding-top: 0.3em; padding-bottom: 0.3em; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment