Home › Forums › WoodMart support forum › Report a problem from color links › Reply To: Report a problem from color links
July 14, 2018 at 7:13 am
#67438
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woodmart-text-block-wrapper .woodmart-text-block a {
color: red;
}
body .woodmart-text-block-wrapper .woodmart-text-block a:hover {
color: blue;
}
Regards