• I am using WooCommerce and I want to add SOLD OUT to the stickers but the sticker appears on top of WooCommerce’s OUT OF STOCK sticker. How can I fix this? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to your custom css.

    .woocommerce ul.products li.product.outofstock .outofstock-badge { display: none; }

    Thread Starter ashkanahmadi

    (@ashkanahmadi)

    Hi Kenmcneill. I added that CSS to the custom CSS section of Stickers but nothing changed :/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticker appears on WooCommerce’s default sticker’ is closed to new replies.