Home Forums WoodMart support forum PRODUCT ARCHIVE timer

PRODUCT ARCHIVE timer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #397179

    justan
    Participant

    hi,

    1. how to reduce the size of PRODUCT ARCHIVE TIMER on mobile?
    2. I want the timer background color is FFBEA1, font color is white.

    thank you

    #397201

    Hello,

    Please provide the page URL with the time we will provide custom CSS.

    Best Regards

    #397243

    justan
    Participant

    hi,

    thank you for your big help. please see the below information.

    #397523

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .wd-product-countdown span{
        background-color:#FFBEA1;
    	  color:#ffffff;
    }
    body .wd-product-countdown span span{
    	  color:#ffffff;
    }

    Best Regards

    #397538

    justan
    Participant

    Hello,

    thanks for your help. and the first question, I want reduce the size that let the timer at the same level.

    thanks

    Attachments:
    You must be logged in to view attached files.
    #397767

    Hello,

    Please try this code:

    body .wd-product-countdown span{
        background-color:#FFBEA1;
    	  color:#ffffff;
    	  font-size:15px;
    }
    body .wd-product-countdown span span{
    	  color:#ffffff;
    }

    Best Regards

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