LS2019 Posted October 23, 2019 Share Posted October 23, 2019 Hi! How do I change a button color in the footer? How do I identify the right button? I used the following but it is not working: #footer .sqs-system-button .sqs-editable-button { color: FFFFFF; border-color: FFFFFF; } Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @LS2019 You should share site url. Each template family will have different code 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
LS2019 Posted October 26, 2019 Author Share Posted October 26, 2019 Thank you, I'm using FULTON and trying to update the footer Email CTA from https://www.81cents.com/ Link to comment
tuanphan Posted October 26, 2019 Share Posted October 26, 2019 @LS2019 You mean: join email list button? Add this code to Home > Design > Custom CSS #footer .form-button-wrapper input { background: #f2f2f2; color: #333; border: 1px solid #ff0000; } 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
LS2019 Posted December 9, 2019 Author Share Posted December 9, 2019 @tuanphan That worked perfectly, thank you! How did you know to use: "form-button-wrapper input" ? Link to comment
tuanphan Posted December 9, 2019 Share Posted December 9, 2019 6 minutes ago, LS2019 said: @tuanphan That worked perfectly, thank you! How did you know to use: "form-button-wrapper input" ? If you know HTML/CSS, you will have answer.... 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
Archived
This topic is now archived and is closed to further replies.