How can we hide tags in the product quick look up window
-
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.
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
Thank you very much Luke, this topic can be closed now, yours solution worked .
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
The topic ‘How can we hide tags in the product quick look up window’ is closed to new replies.