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.

#192441

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