The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change the color of this text
Does anyone know how I can change the color of this text ?
I'm sure it's something in the template, I'm just not sure what exactly. The orange text, I wanna change it to another color. |
#2
|
|||
|
|||
That's the global link color.
If you don't want to change the global link color, you can do the following: HTML Code:
.lastposttitle .threadtitle{ color: #hexcolorhere; } |
Благодарность от: | ||
Krusty1231 |
#3
|
|||
|
|||
I'm not exactly sure how to do that successfully, could you please supply a step by step manual ?
Thanks |
#4
|
|||
|
|||
search for additional.css template and add the code to the bottom of it
|
#5
|
|||
|
|||
Works great, thanks for the help.
Another question I have about my template is when people arn't logged in the template is all messed up. Here's an example; |
#6
|
|||
|
|||
Works great, thanks for the help.
Another question I have about my template is when people arn't logged in the template is all messed up. Here's an example; As you can see the navigation bar and what not is all over the place. |
#7
|
|||
|
|||
Okay, I did that ^ And it still didn't change.
|
#8
|
|||
|
|||
.lastposttitle .threadtitle{
color: #FF0000; } Works for me. Can add it for you if you need help |
#9
|
|||
|
|||
Change to:
HTML Code:
.lastposttitle .threadtitle{ color: #FF0000 !important; } |
#10
|
|||
|
|||
Not sure what's causing the navtabs issue, maybe colliding CSS templates?
The following seems to fix it though, just set a big width to the navtabs class. HTML Code:
.navtabs{ width: 500px; } .navtabs li, .navtabs li.selected{ margin-top: -4px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|