MyBB Community Forums

Full Version: Colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the report system reports colors and text and also the rep colors and text
Can your provide a screenshot of what you mean exactly, please?
dis color

[Image: 2h5342p.png]

[Image: 14wtvo3.png]
Reports

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;
}
ok man thanks more more thing
[Image: 14ky2bm.png]
Smile
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

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;
}
thank man +rep