MyBB Community Forums

Full Version: i want to change color in my theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to change color in my thme .



See Atachment picture and help me please ,



How to change color .

 i am using mybb 1.8.4

[attachment=34201]
ACP >> Themes >> Your Theme >> global.css

you need to change the background property for .trow1 and .trow2 in global.css

but be aware that changing the background property for .trow1 and .trow2 will affect all pages not just the index page...

if you want to change the colors only in the index page add the following to global.css...

tbody[id^="cat_"] .trow1 {background: #C2EEF9 !important;}
tbody[id^="cat_"] .trow2 {background: #A3D0DB; !important;}

save global.css and hard refresh (Ctrl+F5) the forum to see the changes...