Change forumrow color on mouseover
To have a nice effect of interaction on mouseover of each rows of your forum, simply go to "Style Manager" ---> "Main CSS" ---> "vbulletin.css" and add at the end:
Code:
.forumrow:hover, .threadbit > div:hover { background: #F4F4F4 !important; } Enjoy it. EDIT: Added 2 screenshots, you can obtain them with a different change of code: - The first, more light, more reusable (my favourite): #F4F4F4 - The second, more bold and evidence: #999 The grey scale gose from FFF (white) ---> AAA ---> 999 ---> 000 (black) Read more about https://www.google.it/search?hl=it&q=hexadecimals%20colours&um=1&ie=UTF-8&sa=N&tab=iw Thanks to Da-Vinci for one screenshots Edit: added the same effect also to the threadlist. Download No files for download. Screenshots |