This topic has 6 replies, 3 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
Hello how can i remove from Quick View the CATEGORIES and TAGS? I want only the BRAND show.
https://isocks.minimal.gr/wp-content/uploads/2020/08/QUICK_VIEW_TAGS.jpg
Thanks
J.
Hi,
Go to Theme Options > Woocommerce (Shop) > Shop Elements > Quick View
Regards,
Hung PD
Hello im trying to open the Product Meta tag but nothing happens only to hide it is possible.
How can i choose what i want to appear in it?
Thanks
Hello,
Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
.quick-view-layout-default .tagged_as {
display: none;
}
Regards
Hello, thank you but i need to show only the BRANDS in the Quick View NOT the Categories.
Hello,
Change the previous code to:
.quick-view-layout-default .tagged_as,
.quick-view-layout-default .products-page-cats {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up