MyBB Community Forums

Full Version: Please help to change this small part of colours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i have seen something that i don't like, for example go on my forum - http://letsplanmywedding.com/forums and for example all the box of wedding preparation it's white, the next one it's red, and all goes white/red, and also click on some post that have answers, it will be also first answer white, and then red. How to make to be all white? also the answers on topics, and the homepage with forums?
add below line at the end of your global.css (edit it through admin panel >> themes)
.trow2 {background: #FFF;}
http://postimg.org/image/jg4bjvsa3/

I am adding this here, but nothing changes...
Noone mentioned editing #container. You need to change the background of trow2 class as said above.
Ok i have finded! but not it is grey colour Smile
if you want to get grey shade then use below code instead of earlier given code
.trow2 {background: #F5F5F5;}
I mean with that code now it's grey, and i want it completely white.
^ add .trow1 {background: #FFF;} just above .trow2 {background: #FFF;}
Thanks a lot, i can change sometimes the colour, so it's useful to know this. I like perfectly the combination with grey now!