Robert914 Posted July 23, 2020 Share Posted July 23, 2020 Hi, How can I change the footer text color on only a specific page? Thanks! Link to comment
tuanphan Posted July 24, 2020 Share 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 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
Robert914 Posted July 24, 2020 Author Share 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. Link to comment
tuanphan Posted July 25, 2020 Share 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 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
Robert914 Posted July 25, 2020 Author Share Posted July 25, 2020 Looks great. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.