PDA

View Full Version : Change forumrow color on mouseover



admin
26-04-2010, 11:13 AM
To have a nice effect of interaction on mouseover of each rows of your forum, simply go to "manage styles" ---> "Css templates" ---> "forumbits.css" and add at the end:

.forumrow:hover { background: #F4F4F4 !important; }
You can change the color to whatever you want http://www.vbulletin.org/forum/images/smilies/smile.gif
Enjoy it.