Home › Forums › WoodMart support forum › product style › Reply To: product style
August 23, 2021 at 9:27 am
#314044
Elise Noromit
Member
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