Hi Everyone,
I was wondering how I could hide the Quantity of the products in the link provided?
I need to hide it under the “Steps” or products 1-3 but keep the Quantity on the bottom
Thanks!
Hey MikeTandySwag,
Add this to quick css:
.stock.in-stock{
display:none!important;
}
Best regards,
Jordan Shannon
Hey Jordan!
Thank you! Unfortunately, that didn’t work :/
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi,
Yes I was able to get this to work! Closing topic
Thank you