MyBB Community Forums

Full Version: Change text color in reputation report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I upgraded my board to 1.8.6 and installed a new theme. Looking thru things I stumbled across the repuation report and have the following:

[attachment=35778]

I want to change the white text to black. I know this has something to do with changing it in element style but how do I change the text just for the reputation report section? Thanks
Go to Admin CP -> Templates and Style -> Themes -> Your Theme -> global.css

In the simple editor, navigate to:
.trow_reputation_positive
Change the 'Color' parameter to #000000

Then do the same for:
.trow_reputation_negative
That works. Thanks!