The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Could someone point me in the right direction
I would like to edit the section highlighted in red to a different color, Some of the users have said they have trouble reading it
http://s8.postimage.org/xan9j2t4l/asdsa.png - Link to image --------------- Added [DATE]1361628612[/DATE] at [TIME]1361628612[/TIME] --------------- bump |
#2
|
|||
|
|||
Add the changes below to your additional.css file adjusting the hex color accordingly.
ACP -> Styles & Templates -> Style Manager -> your style here -> Edit Templates -> CSS Templates -> additional.css The code below changes the DATE COLOR Code:
.postbit .posthead .postdate.old, .postbitlegacy .posthead .postdate.old { background: url("images/statusicon/post_old.png") no-repeat scroll left center transparent; color: #000000 !important; } Code:
.postbitlegacy .posthead .time { color: #000000 !important; font: 12px Tahoma,Calibri,Verdana,Geneva,sans-serif; } Code:
.postbit .postdate .time { color: #000000 !important; margin-left: 10px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|