Changing footer widget font size

Hi, I’d like to be able to change the font size of the widgets that I put in the footer. I’ve tried a few codes from the forums but nothing’s seemed to work. To clarify, I want to change the font size of the widgets, not the footer text or the links below it. Thanks!

Hi Peter,

Thank you for writing in, please add this to Theme Options > CSS

footer .widget {
    font-size: 14px;
}

Hope it helps,
Cheers!

This worked great, thanks!

You’re welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.