Footer widgets title – font too small
- The topic ‘Footer widgets title – font too small’ is closed to new replies.
Need help? Check out our Support site, then
Hi there!
We have been using the Wedding theme and loving it.
One small issue has been bothering us though: the title of the widgets at the footer are way too small with our favourite font (Tangerine), they can barely be read.
Other fonts seem to be more legible, but we really like Tangerine. Is there by any chance a CSS quick fix for this issue?
Thanks a lot!
The blog I need help with is: (visible only to logged in users)
Hi,
Congrats for a beautiful blog. You have managed the Wedding theme elegantly.
Please try the following CSS Snippet.
.site-footer-widgets .widget-title {
font-size: 28px;
}
Thanks
It worked, thank you very much! :)
Thanks for your feedback.