hide or customize product quick view categories
-
Hi,
I have two questions regarding product quick view page:
– Is it possible to show only parent categories in quick product view instead of all categories (to avoid same category name repetitions)?
– If not, do you have some css available to hide categories on quick product view?
Thanks for the help!
Kind regards,
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .popup-quick-view .product_meta .posted_in {
display: none;
}
Best Regards
Hi,
The code is working, thanks.
What about the question to show only parent categories?
For instance, here is a category: HOME&EVERYDAY LIFE>KITCHEN>CHOPPING BOARDS
The idea would be to show only the parent category, which is HOME&EVERYDAY LIFE
Kind regards,
Hello,
HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support. That is why I provided the code to hide it in the quick view.
Best Regards
Hi I have tried add the code
but it doesn’t work
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, the custom CSS can hide all the categories, it is not possible to show the parent and hide child categories.
If you have any questions please feel free to contact us.
Best Regards