I need to increase the size of the text and titles in the footer as well as decrease the padding on the top and bottom. Can you provide me with some direction or the CSS classes I need to adjust?
Also I need to increase the font of the menu text, but it’s not working from the theme options. Can you help me with that as well?
Hey AustinMFGWeb,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Sure. Here you go
Hi,
Please try the following in Quick CSS under Enfold–>General Styling to control the font size:
#footer h3.widgettitle {
font-size: 18px !important;
}
…and this to control the margin of the widgets:
#footer .widget {
margin: 20px 0 20px 0 !important;
}
Regards,
Rikard
