Robert914 Posted July 23, 2020 Posted July 23, 2020 Hi, How can I change the footer text color on only a specific page? Thanks!
tuanphan Posted July 24, 2020 Posted July 24, 2020 Can you share link to your site? We can check easier. 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!)
Robert914 Posted July 24, 2020 Author Posted July 24, 2020 www.cibusconsulting.com I would like to make the footer text, links and social media icons in different colors for certain pages.
tuanphan Posted July 25, 2020 Posted July 25, 2020 15 hours ago, Robert914 said: www.cibusconsulting.com I would like to make the footer text, links and social media icons in different colors for certain pages. Add to Page Settings > Advanced > Header <style> /* footer text */ footer.sections p { color: red; } /* footer link */ footer.sections a { color: red !important; } /* footer socials */ footer.sections .sqs-svg-icon--wrapper { border-color: red !important; } footer.sections .sqs-use--mask { stroke: red !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.