How do I change OUT of STOCK ?
-

_7Participant
How to change the label style: OUT OF STOCK ?
see the picture
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-labels.labels-rectangular .out-of-stock {
max-width: 100%;
}
Regards.
Xtemos Studios.

_7Participant
Hello,
Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-labels {
max-width: 100%;
}
Then clear cache and check back.
If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.

_7Participant
Hello,
I have added the Custom CSS in the Global Custom CSS area and it is working absolutely fine on my end.
Screenshot for Clarification: https://prnt.sc/vo7x0j
Please clear cache and check back.
Regards.
Xtemos Studios.

_7Participant
Yes, it works now. I don’t know why it didn’t work for me. Thanks!

_7Participant
How do I change the text color and add transparency ?
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
color: red;
background: transparent;
}
You can set the color according to your needs.
Best Regards.
Note: Please create a new ticket every time for the new issue on the support system.

_7Participant
Good. How do I do the same in the product profile ?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .product-images .product-labels {
max-width: 100%;
padding-left: 5px;
}
Then clear cache and check back.
Note: Please create a new ticket every time for the new issue on the support system.
Best Regards.

_7Participant
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How do I change OUT of STOCK ?’ is closed to new replies.