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

#62103

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