how to edit the default product categories element
-
hardware theme
how to edit the default product categories element
i want to change the default effects, when mouse on one categorie , i don’t want to show product counts
in products element, when the mouse moves on a product, i want to hide the quick-view, compare, and wishlist button, and product image doesn’t change.
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please navigate to Theme Settings -> Product archive -> Categories styles and turn on the “Hide product count on category” option.
https://prnt.sc/98UjpTY1TRZI
2. The below code will help you to hide it:
.product-grid-item .wd-buttons {
display: none;
}
Kind Regards
-
This reply was modified 1 year, 8 months ago by
Luke Nielsen.
thank you so much, Luke bro
Hello,
You are welcome!
If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot.
Have a good day!
Best Regards
The topic ‘how to edit the default product categories element’ is closed to new replies.