The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
![]() --------------- 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;
}
|
![]() |
|
|