Wanting to know if there is a way to take off the sku and quantity from the Simple theme or do i have to swap themes?
It just looks messy to me.
1 Like
Hello,
Let me know which theme are you using and your store url also?
Also there will be an option in theme customization for making this SKU & Quantity value on/off. Please check there and if still getting same issue then let me know.
Thank you.
https://tddesigns4.myshopify.com/
Simple theme
I have looked all through the setting and cant find anything relating to SKU or quantity
Hello,
No worries!
Then simply add this css code in assets → theme.scss.css file
p.product-single__prices .variant-inventory, p.product-single__prices .variant-sku {
display: none;
}
Thank you.
3 Likes
Thank you so much! Worked perfect!
Now to set the rest up…
1 Like
Great !!