How to change header font in htm modul?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Sep 19, 2012 1:20 pm
rehab2.jpg

How to change header font in htm modul on homepage on the bottom? In other places font is correct (Google Oswald)
Thx in advance
User avatar
Senior Boarder

Konrad M
Wed Sep 19, 2012 1:31 pm
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.
User avatar

GK User
Wed Sep 19, 2012 1:37 pm
Perfect! It works.
Thx
User avatar
Senior Boarder


cron