• Resolved riaface

    (@riaface)


    ?Hi,

    On my shop page, I’m getting an out of stock badge appearing at the top of my sidebar which definitely isn’t supposed to be there. I don’t know what’s causing it or how to remove it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temporarily deactivate all plugins except WooCommerce. If the ill-positioned badge is still showing, its likely to be coming from your theme’s page template. You’ll need to approach the theme vendor’s support service for a fix.

    Meanwhile you can hide it with this custom css:

    .woocommerce .product .onsale.out-of-stock-button {
      display:none;
    }
    .woocommerce .product div .onsale.out-of-stock-button {
      display:block;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter riaface

    (@riaface)

    Thanks, it was a plugin causing the issue!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Out of stock button where it’s not supposed to be’ is closed to new replies.