Re: New GL board
Posted by Will <Nabble> on Jul 20, 2008; 9:41pm
URL: https://support.nabble.com/New-GL-board-tp532919p574422.html
Done.
In Options->Change forum appearance, in the Custom CSS code textbox, I appended the following code to the end of your existing code. The default base font-size is 0.8em, I upped it 1.0em. You can adjust further to what you like.
body, input, button, textarea, select {
font-family: Tahoma;
font-size: 1.0em;
}
We will make it easier later on, so that users who don't know CSS/Html can click a button to make such changes. For now, if you have any questions, just let us know and we'll help.