Change font of all elements (Blog)

Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.

If that is the case, add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

* {
font-family: 'Times New Roman' !important;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: