Hi, I want to edit the out of stock label that covers the product thumbnail on the Products Element on Elementor. Right now, it’s in the middle of the thumbnail, I want it aligned with the bottom of the image, if possible.
This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Vitor
Hi, I want to edit the out of stock label that covers the product thumbnail on the Products Element on Elementor. Right now, it’s in the middle of the thumbnail, I want it aligned with the bottom of the image, if possible.
Hello,
Add the below code to Theme Options > Custom CSS
.content-product .stock {
bottom: 0;
top: auto;
}
Let me know if it looks ok for you after that.
Regards
It’s great! Thanks!
The issue related to '‘Edit out of stock label’' has been successfully resolved, and the topic is now closed for further responses