View Full Version : Quick question
Necrovaris
01-13-2010, 08:29 PM
On the old vbulletin you could set each column a color, eg for the forum name, how many posts, how many thread and last post info.
Where would this be found in vb4?
Cheers
Lynne
01-13-2010, 09:58 PM
You would use CSS for it now.
Necrovaris
01-14-2010, 04:26 PM
You would use CSS for it now.
Could you give some more specific directions here if possible please on applying this.
Many thanks
Jon
Lynne
01-14-2010, 04:39 PM
Making the lastpost column green:
.forumbit_post .forumrow .forumlastpost {
background: green;
}
You'll want to get firebug (an addon for firefox) to help you find the classes you'll want to apply your style to.
Necrovaris
01-14-2010, 04:42 PM
Thankyou. Will have a shot at it now :)
Necrovaris
01-17-2010, 12:50 PM
Thankyou for your help so far, ive implemented this, and whole it selects the color of the background behind the text, it doesn't actually change the entire column, there is sitll a white gap underneith, see the attached example.
Is there anyway to remove this white bit? I looked with firebug but it doens't show anything that I could consider useful.
Once again, thankyou for your help so far.
Lynne
01-17-2010, 03:00 PM
I believe that bottom bar is an image (it looks like it to me). You may have to change the template code to have that color go to the bottom as you can't add a height for the color there.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.