Display of Product Categories in Quick View – Need Guidance
-
Hi,
in the layout responsible for the products, I’ve disabled the display of categories, but in the product’s Quick View, they still appear. My question is: if I don’t want to see them there either, should I hide them using CSS, or is there a setting that controls this? Or will you update the theme to fix it?
Regardless of the answer, I’d appreciate it if you could give me a bit more guidance on what to do next.
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hi ivoltbg,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.popup-quick-view .product_meta>span:nth-child(2) {
display: none;
}
Regards,
Hung PD
Hello,
thank you very much! I made the same for “Brand” also in the same popup:
.popup-quick-view .product_meta>span:nth-child(4) {
display: none;
}
You are the best team, you make me very happy!
Soon I will have a finished look that matches my wishes and needs! Just a little bit more to go.
Best regards, Nikola
Hi ivoltbg,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
Hung PD
The topic ‘Display of Product Categories in Quick View – Need Guidance’ is closed to new replies.