Wow... love all the tips here,
but I found one that is not quiet right...
Re: nneonneo's Shoutbox
« Reply #874 on: August 10, 2007, 02:08:15 PM »
Reply with quoteQuote
I think he means the font for the shout text. To change that:
in Themes/<theme>/index.template.php, change the font-size parameter in
Code:
#forum-name, #shout-text, #shout-button {
font-size: 9px;
margin: 0;
padding: 0;
}
That's it -- that's all that needs to be done to change the shout text font size.
====
that changes the size of the font in the buttons, and the type box, but not the scrolling text... if you want to change that, you must change this code in the same file:
#yshout {
font-size: 14px;
}
I'm new to explaining this; hope I posted it correctly
