Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #720640

    Ahoy,

    How do I change the font family of the footer links and regular widget text?

    #720822

    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

    #720851

    Thanks!

    #720877

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer links font family’ is closed to new replies.