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

hide or customize product quick view categories

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250344

    BertranddesmetsWM
    Participant

    Hi,

    I have two questions regarding product quick view page:

    – Is it possible to show only parent categories in quick product view instead of all categories (to avoid same category name repetitions)?
    – If not, do you have some css available to hide categories on quick product view?

    Thanks for the help!
    Kind regards,

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

    Hello,

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

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

    Best Regards

    #250430

    BertranddesmetsWM
    Participant

    Hi,

    The code is working, thanks.
    What about the question to show only parent categories?

    For instance, here is a category: HOME&EVERYDAY LIFE>KITCHEN>CHOPPING BOARDS
    The idea would be to show only the parent category, which is HOME&EVERYDAY LIFE

    Kind regards,

    #250503

    Hello,

    HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support. That is why I provided the code to hide it in the quick view.

    Best Regards

    #443578

    crazysport168
    Participant

    Hi I have tried add the code
    but it doesn’t work

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

    Hello,

    Sorry, the custom CSS can hide all the categories, it is not possible to show the parent and hide child categories.

    If you have any questions please feel free to contact us.

    Best Regards

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