Home New Guten Forums WoodMart support forum Hiding category view in single products

Hiding category view in single products

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

    4putrat
    Participant

    Hi,

    How to hide categories in products view (picture attached),

    Best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code that will help you to hide it:

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

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #508512

    4putrat
    Participant

    Hi,

    Thank you

    #508526

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘Hiding category view in single products’ is closed to new replies.