Hide or customize product quick view categories
-
H ello , I tried adding this code and it didn’t work
I want to hide product quickview’s category tag in shop page
Theme Settings > Custom CSS > Global:
body .popup-quick-view .product_meta .posted_in {
display: none;
}
Hello,
Please send me a screenshot for a better understanding of where this “quick views category” is situated.
Looking forward to hearing back from you!
Kind Regards
Hi I wanna hide the categories
Or is it possible to show onlu parent category
Attachments:
You must be
logged in to view attached files.
Hello,
The code below will help you to hide it, please enter in in Theme Settings -> Custom CSS.
.product-grid-item .wd-product-cats {
display: none;
}
If you have any more questions or need further assistance, please let me know. I’m always happy to assist you.
Kind Regards