Count down clock dimension
-
Hello, is there an option to reduce countdown clock in products page?
It works good in single product view, but in product grid or store page, I think It is big, I want remain it, but is there a way to reduce size in product grid view?
Here I attach the issue
https://gyazo.com/6b87d04110d908d6c7d92b6b6fad5bc1
Best regards
Hi ursawarrior,
Thanks for reaching to us.
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-wrapper .wd-timer {
--wd-timer-size: 15px;
}
Regards,