How can I change the font to “Lato” for the footer menu?
and control the font size of the title as well as the items below each footer column heading?
(Id like the headings to be 22pt and the content below each to be 14pt
thanks
Hey amerzib,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .textwidget * {
font-size:14px !important;
}
Best regards,
Rikard
Thank you, this worked for the list items in the footer except the site map. How can I get the site map listed below the title smaller?
And how do I control the size of the titles as well? Id like to make them a bit smaller
I would also like to make the footer font Lato (google font) for both title and text below the title.
Hi,
The titles of the widgets are
#footer .textwidget h3 {
font-size:14px !important;
}
You can learn more how to find the proper CSS class reading the following
Best regards,
Basilis
Thanks I got it all worked out now.