Home Forums WoodMart support forum Add product description to carousel Reply To: Add product description to carousel

#574020

Luke Nielsen
Keymaster

Hello,

For the Carousell define the “Show summary on hover” style and add the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS:

.wd-hover-with-fade.wd-fade-off :is(.content-product-imagin,[class*="hover-content"]) {
    display: block;
    margin-top: 5px;
}

result: https://prnt.sc/A-E3FuK9Gs8C

Kind Regards