Miicherey Posted May 29 Posted May 29 Hi, I am trying to change the headline and body text color of the promotional pop up to a darker color but it's not working on mobile view. The text just appears white. Is this some sort of bug? Is there any way I can change it? Thanks! Website: dailyhealthbenefits.org
Solution tuanphan Posted May 30 Solution Posted May 30 You have this code in CSS box, it set all text to white You can use this to Website > Website Tools > Custom CSS to override your code @media screen and (max-width:767px) { .sqs-slice-group.group-copy.copy-layer-background *:not(input):not(button):not(.submit-form-label) { color: #000 !important; } } Miicherey 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment