change the font in footer only

change the font in footer only

ebbebb Posts: 14Questions: 0Answers: 0
edited January 2014 in General
been trolling through the forum history with no love

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    A little bit of CSS:

    [code]
    tfoot th,
    tfoot td {
    font-family: ...
    }
    [/code]

    Allan
This discussion has been closed.