New Landing › How can we help? › Atelier › Hide categories
In the “shop products” widget, gallery display mode, how can i hide the category list on mouse over? Let me know. Thanks
Hi,
can you provide a link to that page? Thanks
-Rui
Hi
Add this to your custom css:
.products .product .product-details .posted_in { display: none; }
– Kyle
Sorry, on first load it was showing standard view instead of gallery, add this:
.products .product figure figcaption .thumb-info h5 { display: none; }
Add this:
.related-products .products .product .product-details .posted_in { display: none; }
.related-products .products .product .product-actions { display: none; }
Thanks a lot!
No problem 🙂
This should work:
.product_list_widget .products .product .product-details .posted_in { display: none; }
You must be logged in and have valid license to reply to this topic.