Ahoy,
How do I change the font family of the footer links and regular widget text?
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Footer text */
#footer {
font-family: 'Quicksand';
}
/*Footer Links */
#footer a{
font-family:'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
Best regards,
Vinay
Thanks!
Hi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay