Home › Forums › WoodMart support forum › Styles won't appear when I make edits to them via customizer or theme custom css › Reply To: Styles won't appear when I make edits to them via customizer or theme custom css
June 10, 2018 at 10:08 am
#62103
Elise Noromit
Member
Hello,
Please add this CSS
.color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
color:#ffffff;
}
If you see that these styles applied to other elements, put .footer-column-1 in the beginning, for example:
.footer-column-1 .color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a{
color:#ffffff;
}
Best Regards