Home Forums Theme support theme Burgerhouse Reply To: theme Burgerhouse

Hi,

you can set a value in WP admin -> Appearance -> Theme Options -> Footer -> H3 Font, but this will change all H3 Fontsizes in the footer.

If you want, you can add this code in WP admin -> Appearance -> theme Options -> General -> Extra CSS Content:

#footer h3.widget-title {
font-size:20px;
}

This will reduce / increase only the font size for the widget title