Hi I’d like to make the text and links in my footer larger. How can i accomplish this?
(See screenshot for example)
Hey slipp22!
Please try the following in Quick CSS under Enfold–>General Styling:
#footer {
font-size: 120%;
}
Increase or decrease the value 120 for a larger or smaller font.
Best regards,
Rikard
Thanks Rikard, the text font size looks good now. However i want my menu links to look like the example i sent in the screenshot. Could you provide the css code to make the menu links look larger/bolder? Thanks.
Hey!
Try this out.
#footer .menu a {
color: white;
font-weight: bold;
text-transform: uppercase;
}
Regards,
Elliott