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

    Ahoy,

    I tried using this code but it doesnt seem to work to changethe font family of the footer widget title

    `#footer .widgettitle {
    font-family: ‘quicksand’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }`

    Please advise

    #720825

    Hey mcraig77,

    Please try this instead:

    #footer h3.widgettitle {
        font-family: 'Quicksand' !important;
    }

    Best regards,
    Rikard

    #720856

    Thanks!

    #721323

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Title Font Family’ is closed to new replies.