Add product description to carousel
-
is it possible to add a short product description here please?
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings -> Product archive -> Products styles and change the style to this one – https://prnt.sc/_ic49JVqJivH either change it in the carousel element here – https://prnt.sc/6am37DbWJpHw
Let me know if you have any additional questions.
Kind Regards
i need short description showing without hover action. this is not work
something like this
Attachments:
You must be
logged in to view attached files.
Hello,
Send me access to the admin panel so I can look closer at it.
Thank you in advance.
Kind Regards
this is acess to admin panel
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