≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
change the font in footer only
change the font in footer only
ebb
Posts: 14
Questions: 0
Answers: 0
January 2014
edited January 2014
in
General
been trolling through the forum history with no love
Replies
allan
Posts: 65,825
Questions: 1
Answers: 10,952
Site admin
January 2014
A little bit of CSS:
[code]
tfoot th,
tfoot td {
font-family: ...
}
[/code]
Allan
This discussion has been closed.
Replies
[code]
tfoot th,
tfoot td {
font-family: ...
}
[/code]
Allan