Home Forums WoodMart support forum How to remove categories under the product in the store?

How to remove categories under the product in the store?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #539516

    podilskiy.91
    Participant

    null

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

    Hung Pham
    Keymaster

    Hi podilskiy.91,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-grid-item.wd-product :is(.wd-product-cats,.wd-product-brands-links) a{
    	display: none;
    }

    Regards,

    #539677

    podilskiy.91
    Participant

    The following symbols appeared under the product. And on mobile versions, everything remained as before with categories under the product.

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

    podilskiy.91
    Participant

    Symbols also appeared in the mobile version

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

    Hung Pham
    Keymaster

    Hi podilskiy.91,

    Thanks for reaching to us.

    Please remove above Custom CSS and use below one:

    .product-grid-item.wd-product :is(.wd-product-cats){
    	display: none;
    }

    Regards,

    #539971

    podilskiy.91
    Participant

    Thank you! Everything was as it should be.

    #540202

    Hung Pham
    Keymaster

    Hi podilskiy.91,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘How to remove categories under the product in the store?’ is closed to new replies.