Comments AlexanderBojsen started the conversationSeptember 8, 2024 at 4:54amHi,How can I remove the "sold out" label in the shop? See example: https://enduga.dk/vare-kategori/triathlon/triathlon-toej/tridragt/Thanks! 2,609PenciDesign repliedSeptember 8, 2024 at 6:10amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: li.product.outofstock .product-labels { display: none;}Regards,PenciDesign.AlexanderBojsen repliedSeptember 9, 2024 at 4:19amHi again,Thanks! Is it possible to remove the label from the product page as well? I have added the custom CSS code, but see this page for an example: https://enduga.dk/shop/triathlon/triathlon-toej/trishorts/fusion-pwr-tri-tights-trishorts/ 2,609PenciDesign repliedSeptember 9, 2024 at 4:52amHi,Please add this CSS code: .outofstock .product-labels { display: none;}Regards,PenciDesign. Sign in to reply ...
Hi,
How can I remove the "sold out" label in the shop? See example: https://enduga.dk/vare-kategori/triathlon/triathlon-toej/tridragt/
Thanks!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Hi again,
Thanks! Is it possible to remove the label from the product page as well? I have added the custom CSS code, but see this page for an example: https://enduga.dk/shop/triathlon/triathlon-toej/trishorts/fusion-pwr-tri-tights-trishorts/
Hi,
Please add this CSS code:
Regards,
PenciDesign.