Home Forums WoodMart support forum Report a problem from color links Reply To: Report a problem from color links

#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