The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I think it is because its morning again and i againg didn't sleep. For the last one hour i am thinking something very easy and cannot figure it out
![]() In my showthread page i want to change the links color to another color then alt1 or alt2 . I first think i need to change postbit_legacy template and change Code:
<td class="alt2"> <if condition="$show['messageicon'] OR $post['title']"> Code:
<td class="alt4"> <if condition="$show['messageicon'] OR $post['title']"> Code:
.alt4 {
background-color: #f6f6f6;
color: #11162D;
font-size: 10pt;
font-family: helvetica;
}
a.alt4:link {
background-color: #82A056;
text-decoration: none;
border-bottom: 1px dotted #11162D;
color : #11162D;
padding-bottom: 0px
}
a.alt4:visited {
background-color: #82A056;
text-decoration: none;
border-bottom: 1px dotted #11162D;
color : #11162D; padding-bottom: 0px
}
a.alt4:hover {
background-color: #82A056;
text-decoration: none;
border-bottom: 0px dotted #11162D;
color : #11162D; padding-bottom: 0px
}
|
|
#2
|
|||
|
|||
|
Can't you just click "edit styles" Edit style options, then scroll down and edit the color code?
All you wanna do is change the link color right? |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Well since you have it completed already, I don't think it really matters. But thinking about it, I think that's the best way to do it. You could have always used inline css, but I would have gone the same route you did.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|