MyBB Community Forums

Full Version: Change style for this plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://mods.mybb.com/view/required-approvals

I want to change the background color of the threads which have not been approved yet.

Where can I change this?
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.trow_shaded {
	background: #eea8a1;
}

3. Change #eea8a1 to the color you want (e.g. #ff0000 for red, #000 for black).