If I use firebug and highlight username in postbit it brings this up. I can change the font size so I think this is the right spot but which css code to edit so we can change the color
--------------- Added [DATE]1418406645[/DATE] at [TIME]1418406645[/TIME] ---------------
Quote:
Originally Posted by MarkFL
Did you try adding "!important" to your CSS class definition as Dave suggested?
|
Yes this is what I have in additional.css
.staffcolor {color: #000000 !important;}
The staff color is black this is working fine but for the postbit our background is black so I want the username to be white.
I just need to know where to put this code
.staffcolor {color: white !important;} in css