rob_1234 Posted January 19, 2022 Share Posted January 19, 2022 (edited) Hi, Would anyone please be able to help, I want to invert the Newsletter Title on one page so it's white. I've managed to invert the other text in the footer and the social links with this code below but couldn't do it for the title so as the site style for the footer text is black, the title is currently not visible: <style> /* footer text */ footer.sections p { color: white; } /* footer link */ footer.sections a { color: white !important; } /* footer socials */ footer.sections .sqs-svg-icon--wrapper { border-color: white !important; } footer.sections .sqs-use--mask { stroke: white !important; } </style> Thanks for any help! Edited January 24, 2022 by rob_1234 Link to comment
Solution tuanphan Posted January 20, 2022 Solution Share Posted January 20, 2022 Add to Page Header <style> h2.newsletter-form-header-title { color: white !important; } </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
rob_1234 Posted January 24, 2022 Author Share Posted January 24, 2022 On 1/20/2022 at 11:07 PM, tuanphan said: Add to Page Header <style> h2.newsletter-form-header-title { color: white !important; } </style> 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