Home › Forums › Jevelin Theme › Shop Stock Control
Home › Forums › Jevelin Theme › Shop Stock Control
Hi Guys,
For my pruduct here I can’t seem to remove the “outr of stock” sign.
My “products” are a service I provide and listed as a variable product but no stock control is needed
https://www.theclassyseoconsultant.com/product/on-page-seo-services/
Thank You
Solution for this topic
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-product span.sh-popover-mini.sh-popover-mini-dark { display: none; }
Best regards,
Shufflehound team
Hi,
How do I addd multiple CSS?
This is what I have in the CSS block for the site so far:
.sh-woo-layout-left.col-md-6,
.sh-woo-layout-right.col-md-6 {
width: 80%;
}
.woocommerce div.product div.images img {
.single-product span.sh-popover-mini.sh-popover-mini-dark {
display: none;
}
width: auto;
margin: 0 auto;
}
Thank You
Just add my shared CSS code above your existing CSS code.
I should really learn CSS
Ok worked perfect, so I assume then any other CSS always goes above?
Although it is a front end solution it and the out of stock doesn’t show, it still shows in the backend (which is just more irritating than anything else), is there no other way?
Thank You
Solution for this topic
Ok worked perfect, so I assume then any other CSS always goes above?
Yes
Although it is a front end solution it and the out of stock doesn’t show, it still shows in the backend (which is just more irritating than anything else), is there no other way?
You can remove woocommerce inventory management as described in the following pages or contact woocommerce support to do it.
http://kb.oboxthemes.com/articles/woocommerce-how-to-manage-inventory-and-stock/
Ok perfect
Thank You
You are most welcome here 🙂