Home › Forums › WoodMart support forum › Custom style fix › Reply To: Custom style fix
October 31, 2018 at 7:23 am
#86195
Elise Noromit
Member
Hello,
There is no option to insert the text into the countdown so that it would always look like the same on all the devices and places. The HTML block you insert into the header builder consists of two independent elements: countdown and text block.
As for the size of the countdown, you can try to change the font-size of the text inside
.woodmart-timer > span {
min-width: 40px;
min-height: 40px;
font-size: 16px;
}
.woodmart-timer > span span {
font-size: 8px;
}
Change the values as per your needs and add to the Theme Settings > Custom CSS.
Best Regards