Home Forums WoodMart support forum Remove subcategories from product on shop page

Remove subcategories from product on shop page

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

    keizershaquil
    Participant

    Hi,
    I need some help to remove subcategories from a product card on shop page so it doesn’t occupy too much space. Instead of the first card that has subcategories (the screenshoot with a cellphone image) I want the card with the main category only (like the other image).

    Attachments:
    You must be logged in to view attached files.
    #118216

    Hello,

    It is not possible to remove categories and leave subcategories. Here is the code to remove categories:

    body .product-grid-item .woodmart-product-cats {
    display:none;
    }

    Add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #118843

    keizershaquil
    Participant

    Hi,
    Thank you for the reply. I’ll try that solution.

    Best Regards

    #118868

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove subcategories from product on shop page’ is closed to new replies.