Home Forums WoodMart support forum Can you create "Sale Ends in:" before the sale countdown timer?

Can you create "Sale Ends in:" before the sale countdown timer?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #213983

    korylazar
    Participant

    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.
    #214022

    Hello,

    Unfortunately, there is no option to add phrases in that place.

    Best Regards

    #214026

    korylazar
    Participant

    there is no way in the coding to add it when the timer is active?

    #214249

    Artem Temos
    Keymaster

    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;
    }
    #214600

    korylazar
    Participant

    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.

    #214606

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #214608

    korylazar
    Participant
    #214748

    Artem Temos
    Keymaster

    You added the code for desktop only. You need to put it to the global CSS section.

Viewing 8 posts - 1 through 8 (of 8 total)