Home › Forums › WoodMart support forum › How to make link text coloured and bold && all text black instead of default › Reply To: How to make link text coloured and bold && all text black instead of default
May 12, 2021 at 9:40 pm
#291943
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body p a{
color:red!important;
}
Best Regards