MyBB Community Forums
[SOLVED] Theme Unapproved color post - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: [SOLVED] Theme Unapproved color post (/thread-159100.html)



[SOLVED] Theme Unapproved color post - Adzdon - 2014-09-10

Hello guys,

I have a gaming community and I'm using one of the MC themes, Current i notice a unapproved color that we admins can't see properly....
Is there a way i can change this color? I mean I've tried everything but i can't seem to find it Sad


[Image: 9gTwH1M.png]
Hope you guys can help me out 

- Adz


RE: Theme Unapproved color post - .m. - 2014-09-10

find code like below in the theme's global.css (edit thorugh admin panel & in advanced mode)
.trow_shaded {
	background: #A9323C;
}
change above color value (#A9323C;) to whatever suits best for you (color codes available here)

after saving the style sheet, hard refresh your browser (eg. press CTRL + F5) on a forum display page to see changes


RE: [SOLVED] Theme Unapproved color post - Adzdon - 2014-09-10

Thank you very much, Solved my issue :p