Home Forums WoodMart support forum Display of Product Categories in Quick View – Need Guidance

Display of Product Categories in Quick View – Need Guidance

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

    ivoltbg
    Participant

    Hi,

    in the layout responsible for the products, I’ve disabled the display of categories, but in the product’s Quick View, they still appear. My question is: if I don’t want to see them there either, should I hide them using CSS, or is there a setting that controls this? Or will you update the theme to fix it?

    Regardless of the answer, I’d appreciate it if you could give me a bit more guidance on what to do next.

    Thanks in advance!

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

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Thanks for reaching to us and appreciate your patience.

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

    .popup-quick-view .product_meta>span:nth-child(2) {
        display: none;
    }

    Regards,
    Hung PD

    #672971

    ivoltbg
    Participant

    Hello,

    thank you very much! I made the same for “Brand” also in the same popup:

    .popup-quick-view .product_meta>span:nth-child(4) {
    		display: none;
    }

    You are the best team, you make me very happy!
    Soon I will have a finished look that matches my wishes and needs! Just a little bit more to go.

    Best regards, Nikola

    #673005

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,
    Hung PD

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

The topic ‘Display of Product Categories in Quick View – Need Guidance’ is closed to new replies.