Home Forums WoodMart support forum product style Reply To: product style

#314044

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.website-wrapper .wd-hover-base .wd-more-desc-btn {
	display: none;
}

.website-wrapper .wd-hover-base .wd-more-desc {
	max-height: 100%;
}

This custom removes three images and shows all the content.

Best Regards