Home › Forums › WoodMart support forum › Hiding SKU and tags from Product Quick View Hiding SKU and tags from Product Quick View This topic has 1 reply, 2 voices, and was last updated 6 years ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 12, 2019 at 11:07 am #107080 NagendraParticipant Hello, I am trying to hide the SKU and tags from the product quick view page but I am unable to. How do I do it ? Attachments:You must be logged in to view attached files. February 12, 2019 at 1:06 pm #107099 Elise NoromitMember Hello, Add this code to the Theme Setting > Custom CSS > Global: .product-quick-view .product-image-summary .entry-summary .product_meta .sku_wrapper{ display:none; } .product-quick-view .product-image-summary .entry-summary .product_meta .tagged_as{ display:none; } Best Regards Author Posts Tagged: quick view Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register