Remove categories from carousel
-
I want to remove the categories shown below product title from the carousel. How can I do that? On shop page or product archive page they are already hidden .
Attachments:
You must be
logged in to view attached files.
Hello,
With the help of the below code, you can hide these categories, paste the code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-dropdown-menu .slide-product .product-grid-item .wd-product-cats {
display: none;
}
Kind Regards
Hello,
We will appreciate it if you can refer your friends or family members to become a part of our Xtemos family.
Have a good day!
Kind Regards
The topic ‘Remove categories from carousel’ is closed to new replies.