MyBB Community Forums

Full Version: Change Reputation Page on Profile Box Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For more detail on what I mean, check the image below.
Essentially, the boxes where your reputation from other members is located is way too light to the point where you can't see the text. I want to change this color to my background color, which is a shade of black. How do I go about doing this?

[Image: aiX5RHj.png]
in global.css of your theme, find below lines and change the background color as per your need...


.trow_reputation_positive{background:#cfc}

.trow_reputation_negative{background:#fcc}
(2015-07-12, 06:26 AM)mmadhankumar Wrote: [ -> ]in global.css of your theme, find below lines and change the background color as per your need...


.trow_reputation_positive{background:#cfc}

.trow_reputation_negative{background:#fcc}

Thank you very much.