Home Forums WoodMart support forum produsts tab problem Reply To: produsts tab problem

#37286

Artem Temos
Keymaster

Hi,

In your Theme Settings, you are disabling short description option for the single product page. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

.woodmart-hover-base .hover-content-inner{
	display: none!important;
}

Regards