Reply 351165 to: stock showing on products – how to remove?

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
March 25, 2023 at 05:45

Hello, @padel,

1. To remove the number of stocks from the Quick View, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.

.et-quick-view-canvas.et-off-canvas-wide > .et-mini-content p.stock.in-stock.step-1 {
    display: none !important;
}

2. To remove the number of stocks from the Search Products, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.

.autocomplete-suggestion .content-product .product-details>.stock {
    display: none !important;
}

We hope this information is helpful.

Best regards,
8Theme’s Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.