Home › Forums › WoodMart support forum › Category Title color and product count › Reply To: Category Title color and product count
November 15, 2021 at 11:40 pm
#332088
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-center:hover .more-products a{
color:yellow;
}
body .cat-design-center .wd-entities-title {
color:yellow;
}
Set the color as per your needs.
Best Regards