- This topic has 7 replies, 2 voices, and was last updated 5 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Blog Title Too Large in Footer Widget
Tagged: footer widgets
Hi there
Sunshine pro Theme.
Ww are using Footer widget 3 to show recent posts.
As you can see from staging site, the titles are very large. What CSS elemnnt can we target to reduce the size of the titles?
many thanks
Try
.footer-widgets .entry-title {
font-size: 16px;
}
Thanks Davinder that worked.
We have installed Google Font Lato on the site and it is being used via CSS tweaks.
I cannot get the blog title widgets to change to lato
I am using this code:
.footer-widgets .entry-title {
font-size: 15px;
font-family: “Lato”, sans-serif;
}
The site is at:
What am I doing wrong?
thanks
First, did you add code for Lato font in the functions.php file?
Yep lato is installed and functioning for all targeted text (ie. body, p etc)
Posts listing under “Articles” in the footer widget is showing Lato font to me. Did you clear cache?
Not sure what you are seeing. Can you see that the font for blog titles is different font type and weight to the fonts in Footer 1 and 2?
Even though we have applied the font-family to that element it is not affecting the blog titles.
All footer widgets title and post titles in the last widget is Lato font.