SKU still showing on sometimes
-
Hi, I looked through the posts and found a solution to removing SKU from product pages (I used the CSS below), it works great on the product pages but when I quick view a product on PC view its showing SKU, also the same for mobile/tablet. Can you help?
.meta-location-add_to_cart .product_meta .sku_wrapper{
display:none!important;
}
Thanks!
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
.single .website-wrapper .sku_wrapper{
display:none;
}
Best Regards
Thanks for your reply, im still getting SKU on quick view as before?
Hello,
Add this code to hide:
.product-quick-view .product-image-summary .entry-summary .sku_wrapper{
display:none;
}
Add this code to the Theme Settings > Custom CSS > Global
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘SKU still showing on sometimes’ is closed to new replies.