designbyemily Posted July 30, 2019 Posted July 30, 2019 Hi I want to make the bottom section of my footer bar black but can't work out how to change the font to white without change all the other body set in the whole footer. Can anyone help? www.designbyemily.co.uk Thanks Heres my current custom csc, I know the p-color: #00000 is the incorrect bit... .tweak-site-width-option-full-background .Footer-inner { max-width: none; } .Footer-inner { padding: 0px; } .Footer-blocks--top, .Footer-middle, .Footer-blocks--bottom { padding: 0 0px; } .Footer-blocks--top { padding-top: 50px; background-color: #F2F2F2; } .Footer-middle {padding: 50px; padding-top: 40px; background-color: #ffffff; padding-bottom: 0px; } .Footer-blocks--bottom { padding-top: 50px; background-color: #F2F2F2; p-color: #000000}
tuanphan Posted July 30, 2019 Posted July 30, 2019 @designbyemily Add to Home > Design > Custom CSS /* Bottom black */ div#footerBlocksBottom { background: #000; } /* Font white */ div#footerBlocksBottom * { color: #fff; } 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.