Home Forums WoodMart support forum how to edit the default product categories element

how to edit the default product categories element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #529126

    cnitce
    Participant

    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.
    #529220

    Luke Nielsen
    Keymaster

    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.
    #529778

    cnitce
    Participant

    thank you so much, Luke bro

    #529850

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘how to edit the default product categories element’ is closed to new replies.