Can you create "Sale Ends in:" before the sale countdown timer?
-
I am looking to add “Sale Ends In:” just before the sale countdown timer on the product pages. Is there a simple way to do this?
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, there is no option to add phrases in that place.
Best Regards
there is no way in the coding to add it when the timer is active?
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.product-image-summary .woodmart-product-countdown:before {
content: "Sale Ends In:";
font-size: 16px;
font-weight: 600;
color: #333;
display: block;
margin-bottom: 10px;
}
Thank you! That works perfect, the only thing is that the “Sale Ends In” does not show up on mobile. Is there something missing to make it show on mobile.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
You added the code for desktop only. You need to put it to the global CSS section.