Home New Guten Forums WoodMart support forum How can we hide tags in the product quick look up window

How can we hide tags in the product quick look up window

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

    [email protected]
    Participant

    Is it possible to hide tags in the product quick look up window?

    They are already hidden in the single product pages, but we can still see if a user does a quick look up without going into the actual page.

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to hide the “tags” on the quick view, enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-quick-view .product_meta .tagged_as {
        display: none;
    }

    If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!

    Kind Regards

    #395350

    [email protected]
    Participant

    Thank you very much Luke, this topic can be closed now, yours solution worked .

    #395357

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

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

The topic ‘How can we hide tags in the product quick look up window’ is closed to new replies.