• Is there anyway to change the widget font size? On my website I would like to increase the font in “Footer Widget 1.” The font size in “Footer Widget 1” is significantly smaller than the other two. For a better understanding, please refer to my website: compassionatect.com

    Thanks for any help!

Viewing 1 replies (of 1 total)
  • Thread Starter aecampan

    (@aecampan)

    So I figured out how to change the font size in widgets by using code:

    .widget p {
    font-size: 12px;
    }

    I’ve made it so each footer widget size is the same. However, I can never seem to increase or decrease the size of the first widget (which happens to be a link to my blogs). It remains at a stagnant 12px regardless of what I put. Has anyone else had this problem?

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Font Size’ is closed to new replies.