Home Forums WoodMart support forum Hide or customize product quick view categories

Hide or customize product quick view categories

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

    crazysport168
    Participant

    H ello , I tried adding this code and it didn’t work
    I want to hide product quickview’s category tag in shop page

    Theme Settings > Custom CSS > Global:

    body .popup-quick-view .product_meta .posted_in {
    display: none;
    }

    #443970

    Luke Nielsen
    Keymaster

    Hello,

    Please send me a screenshot for a better understanding of where this “quick views category” is situated.

    Looking forward to hearing back from you!

    Kind Regards

    #444272

    crazysport168
    Participant

    Hi I wanna hide the categories
    Or is it possible to show onlu parent category

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

    Luke Nielsen
    Keymaster

    Hello,

    The code below will help you to hide it, please enter in in Theme Settings -> Custom CSS.

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

    If you have any more questions or need further assistance, please let me know. I’m always happy to assist you.

    Kind Regards

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