SimplePortal

Support => English Support => Topic started by: jb1038 on December 16, 2012, 11:13:17 AM

Title: A few questions about the shoutbox.
Post by: jb1038 on December 16, 2012, 11:13:17 AM
How do I make the fonts smaller? They appear really big on my shoutbox. Im using SMF 2.0.2  SimplePortal 2.3.4 CoalBlack theme. Also is there a way to have custom smileys?
Title: Re: A few questions about the shoutbox.
Post by: AngelinaBelle on February 25, 2013, 03:43:17 PM
You can modify the style of the shoutbox within the shoutbox block (by addressing the size of regular text, so that smalltext will become even smaller). If this does not work as well for you as you like in all browsers, you can redifine smalltext to be based on a % rather than an em size.

Another approach would be to add a new CSS rule in the portal CSS file.
so something like
div.shoutbox_container
{
font-size: (whatever font size, absolute or relative, you want to use);
}
Or even something more subtle like
div.shoutbox_body ul.shoutbox_list_compact
{
......
}
SimplePortal 2.3.8 © 2008-2024, SimplePortal