Quote:
Originally Posted by Goshee
Oh sorry, I used the default Vbulletin theme for my website and have just been adjusting it from there.
The example isn't my forum, just an example of how I would like my forum to work. My forum is exactly like this one. Sorry for the confusion.
|
No problem. Maybe I misunderstood what you meant. English is not my first language.
It will involve some css/template changes to make a hover effect. To make it for the whole area there so it will have a hoover on mouse hoovering, add this code at the additional.css file:
HTML Code:
.threadinfo:hover {
background: red;
}
And change red with whatever color you would like to have as a background on mouse hoover.