How to hide SKU, number in stock and category in quick view of product
-
Hi,
May you advise on how to hide SKU, number in stock and Category in quick view of product?
Kindly refer to screenshot.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Seems you have already removed SKU, have you? if you have not, please provide links.
Best Regards
Hi I think i remove them for the single product page which i dont see them now but in quick view of products i still see them.
Hello,
I do not see quick view option to be enabled. Will you send me link and screen?
Best Regards
you can use this code to stop it from showing up in the quick view and it worked for me.
.popup-quick-view .sku_wrapper {
display:none!important;
}
Thank you, I am able to hide SKU but do not know how to hide number in stock and category.
Below is my website page, all products have quick view option.
Kindly advise, thank you.
Hi, I am a user and not the expert. I had the same issue and knew the answer, so I gave you that code. The second issue can only be sorted by xtemos guys. Sorry.
Hi Xtemos guys, could you help me on this?
Regards,
Alex
Hello,
1. I see you have already hidden SKU with CSS.
2. In order to disable In stock enter each product and uncheck this option: http://prntscr.com/ixxi65
3. In order to hide Category use this CSS code on quick view:
.posted_in {
display:none;
}
If you want to hide Category on the Product page as well use this CSS code:
.product_meta>span.posted_in {
display:none;
}
Best Regards