MyBB Community Forums

Full Version: Theming help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have a look at this thread at MyBBSource: http://mybbsource.com/forums/thread-1241-page-1.html, and if you can help, please post here or at MyBBSource.
I am really needing this.. so I had to ask more people.
I searched for it on Google and I found a link redirecting to here.. and it was explained there, but I didn't understand it.

Please help. Blush
Just add this to the end of your global.css and change the numbers to match the color you want.

.trow1:hover {
background: #FFF;
}

.trow2:hover {
background: #FFF;
}
Thanks. It worked.