Home Forums WoodMart support forum Hide Category on Single product page

Hide Category on Single product page

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

    s0mbrer0
    Participant

    How to hide the category on the single product page?

    #414769

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide the “Category” on the product page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .single-product .product_meta .posted_in {
        display: none;
    }

    Kind Regards

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