Home › Forums › WoodMart support forum › Change the color of the font › Reply To: Change the color of the font
September 18, 2021 at 3:26 pm
#319503

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.footer-column li a,
.footer-column .footer-widget .widget-title,
.footer-column div,
.footer-column i,
.footer-column a.recent-posts-comment,
.footer-column .woodmart-recent-posts .recent-posts-time,
.footer-column p{
color:red;
}
You can change the color or use the selector in the advanced typograply.
Best Regards