Home › Forums › WoodMart support forum › Product tabs full content – not responding after latest Woodmart update › Reply To: Product tabs full content – not responding after latest Woodmart update
April 26, 2021 at 11:55 am
#286750
Bogdan Donovan
Keymaster
Hi,
To increase page speed performance we have renamed several classes completely and renamed most of the theme CSS classes prefix from “.woodmart-” to “wd-“. To fix your custom code please try to find and replace all “.woodmart-” to “.wd-” in your custom code. For example “.woodmart-scroll” now will be called “.wd-scroll”.
So in your case you need to replace previous custom code to this one:
.tabs-layout-accordion .wd-scroll .wd-scroll-content {
max-height: 100%!important;
}
Best Regards