Home › Forums › WoodMart support forum › Change font color › Reply To: Change font color
June 26, 2021 at 8:51 am
#302646
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget[class*="_tag_cloud"] .tagcloud a {
color: red;
}
Best Regards