Hi,
you have to go to the template settings. In font section you need to find selector
- Code: Select all
.box h3.header
and removed it from current font and add this to font you want to use. But this change font in each one module title. If you want to chage it in specyfic one, you have to add suffix to this module for example ' mysuffix' and add this selector:
- Code: Select all
.mysuffix h3.header
Remember about white space before suffix name.