Home Forums WoodMart support forum How can hide categories links under the products name

How can hide categories links under the products name

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #615999

    joro995
    Participant

    Hello, how can I hide the categories (the links to categories under the product names in the store and, of course, wherever they are displayed)? The idea is that we have products in more than one category, and it doesn’t look good.

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

    Hung Pham
    Keymaster

    Hi joro995,

    Thanks for reaching to us.

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

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

    Regards,

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