Home › Forums › WoodMart support forum › Shop Categories Label Color Chance › Reply To: Shop Categories Label Color Chance
September 8, 2021 at 8:48 am
#317147
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code:
h1.entry-title.title {
color: orange;
}
.cat-design-center .wd-entities-title {
color: orange;
}
Best Regards.