Home Forums WoodMart support forum Please, I have two questions Reply To: Please, I have two questions

#223948

Hello,

Thank you very much for choosing our theme and for contacting us.

You need to enable “Show product category next to the title” in the Theme Settings > Shop > Product Styles, then enable “Show summary on hover” there.

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

body .woodmart-hover-base .fade-in-block {
position: static;
	opacity: 1;
	visibility: visible;
}
.content-product-imagin {
margin-bottom: 0 !important;
}
body .woodmart-hover-base.hover-ready .fade-in-block {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility 0s ease;
}
body .woodmart-more-desc {
max-height: none;
}
body .woodmart-hover-base .product-information:hover .woodmart-more-desc-btn {
display: none;
}

Best Regards