Archived topic
Foot Widget Font Size Reduction
3 replies · Started by robmac on October 23, 2017
Viewing posts 1–4 of 4
Hi Tom/Leo,
re CSS to reduce the font size for footer widgets #1 and #3
I'm trying at the moment:
.footer-widget-1 .widget {
font-size: 10px;
}
.footer-widget-3 .widget {
font-size: 10px;
}
Sadly, no luck so far with any font size reduction, any suggestions from your experience appreciated please?
Thank you.
Regards,
Robert
Hi there,
Try this:
.footer-widget-1 h1,
.footer-widget-3 h1 {
font-size: 30px;
}
Awesome....thanks again!
No problem!
This archived topic is closed to new replies.