Home › Forums › WoodMart support forum › Moved: Reply To: fix the issue with my footer because the colour will not change. › Reply To: Moved: Reply To: fix the issue with my footer because the colour will not change.
May 5, 2020 at 10:46 am
#192441
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-container.color-scheme-dark p{
color:white;
}
body .footer-container.color-scheme-dark div{
color:white;
}
body .footer-container.color-scheme-dark h5{
color:white;
}
body .footer-container.color-scheme-dark h5 a{
color:white;
}
body .color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
color: white;
}
Best Regards