In order to increase the font size, we are going to use WordPress Customizer’s Additional CSS capability.
Follow steps below to increase the font size for the Countdown Widget:
- Open WordPress Dashboard > Appearance > Customize
- On the customizer screen expand “Additional CSS” widget
- Put the following code at the bottom of the input field:
.countdown_amount{ font-size: 40px }
- Click “Publish” button to save your changes.
So, that’s it. It’s that simple. If you want to change font size for the labels as well, you can use this code:
.countdown_section{ font-size: 16px }
If you like Countdown Widget, you may also like our other plugins Adsense Widget and Subpages Extended. Take a look at them, they are both FREE!
If you have additional questions, feel free to ask them below!