Font size in footer – custom css not affecting it
-
URL: https://www.johnrothra.com
I’ve tried entering everything I can think of and it doesn’t impact the font size of the widgeted content in the footer. The font in the body is size 18px, line height 28px. I want the content in the footer widgets to be size 14px, line height 22px (maybe 21). However, it seems no matter what I put in the custom css file, the footer stays the way it is.
Right now I’ve got this in the custom css, but according to Chrome’s elements bar (debugger), this is overridden by something, but I’m not sure what:
.row.widget-area, .row.widget-area a { font-size: 14px; line-height: 22px; }
How do I fix this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Font size in footer – custom css not affecting it’ is closed to new replies.