Development > Feature Requests

Change color of username in the shout box?

(1/1)

JasonMan:
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?

Burke Knight:
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: ---a:link, a:visited {
    color: #346;
    text-decoration: none;
}
--- End code ---

JasonMan:

--- Quote from: 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: ---a:link, a:visited {
    color: #346;
    text-decoration: none;
}
--- End code ---

--- End quote ---

Thanks! That worked  :D

Navigation

[0] Message Index

Go to full version