2011-06-02, 12:29 PM
2011-06-02, 12:31 PM
Can your provide a screenshot of what you mean exactly, please?
2011-06-02, 12:38 PM
dis color
![[Image: 2h5342p.png]](https://camo.mybb.com/81bb20862047945e6e6f476a28701bf9aa63e515/687474703a2f2f6935352e74696e797069632e636f6d2f326835333432702e706e67)
![[Image: 14wtvo3.png]](https://camo.mybb.com/cd7f685480f62b785a53432abb2931da018af9cd/687474703a2f2f6935312e74696e797069632e636f6d2f31347774766f332e706e67)
2011-06-02, 12:44 PM
Reports
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Replace with:
Reputation:
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Change to:
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
.trow_shaded {
background: #ffdde0;
}
3. Replace with:
.trow_shaded {
background: #ffdde0;
color: #000;
}
Reputation:
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
.trow_reputation_positive {
background: #ccffcc;
}
.trow_reputation_negative {
background: #ffcccc;
}
3. Change to:
.trow_reputation_positive {
background: #ccffcc;
color: #000;
}
.trow_reputation_negative {
background: #ffcccc;
color: #000;
}
2011-06-02, 12:57 PM
ok man thanks more more thing
![[Image: 14ky2bm.png]](https://camo.mybb.com/01c5c77b84004f60aec02932469d4fec24fc73cf/687474703a2f2f6935362e74696e797069632e636f6d2f31346b7932626d2e706e67)


2011-06-02, 12:59 PM
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.
2. Find:
3. Add below:
2. Find:
.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}
3. Add below:
.red_alert a {
color: #000;
}
2011-06-02, 01:04 PM
thank man +rep