SimplePortal

Development => Feature Requests => Topic started by: JasonMan on February 14, 2016, 01:29:05 PM

Title: Change color of username in the shout box?
Post by: JasonMan on February 14, 2016, 01:29:05 PM
Using SMF 2.0.11 and SP 2.3.6 - When users that are not in any membergroup shout in the shoutbox, their name color is not to my liking. Where can I change that?
Title: Re: Change color of username in the shout box?
Post by: Burke Knight on February 14, 2016, 07:52:04 PM
Will be in the css file for your theme. (SP shoutbox uses the same as the rest of the forum for that.)

Something like this:

Code: [Select]
a:link, a:visited {
    color: #346;
    text-decoration: none;
}
Title: Re: Change color of username in the shout box?
Post by: JasonMan on February 15, 2016, 01:09:27 AM
Will be in the css file for your theme. (SP shoutbox uses the same as the rest of the forum for that.)

Something like this:

Code: [Select]
a:link, a:visited {
    color: #346;
    text-decoration: none;
}

Thanks! That worked  :D
SimplePortal 2.3.8 © 2008-2024, SimplePortal