Home Forums WoodMart support forum Change the color of the font Reply To: Change the color of the font

#319503

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