Home Forums WoodMart support forum Internal Link problem Reply To: Internal Link problem

#378274

Bogdan Donovan
Keymaster

Hi,

In the 6.2 update “Responsive text block” was deprecated and replaced with “Text block” element. To fix this issue try to replace “Responsive text block” content with “Text block”, or as alternative you can use following cutom code to fix link colors inside old elements. Try to add this custom CSS inside Global Custom CSS area in Theme Settings.

.woodmart-text-block a {
	color: var(--wd-link-color);
}

Kind Regards