The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing Default Skin Colors
I'm running a pretty basic forum and I like the simplicity of the default vBulletin skin. However, I'm looking to change the colors to match my homepage. I have changed the gradients, but what would be the best way to go about changing the rest of the colors?
|
#2
|
|||
|
|||
Go to your admin cp, expand the Styles & Templates link and click on Style Manager.
Look for your default skin, select All Style Options and press go. Now scroll down a bit and you will see sections such as "Body". Click on the colour block and you can change it to whatever you like. If you need some help customising your forum, send me a PM and I will help you to the best of my abilities. Good luck. |
#3
|
|||
|
|||
Also, is there any way to get rid of the underline on usernames? It does it on this site though.
|
#4
|
||||
|
||||
usually within the style... I would recommend doing some CSS Crash course..
text-decoration: none; can be done in Code:
Body { Code:
a:hover, a:active, body_ahover { and a:link, body_alink { |
#5
|
|||
|
|||
Yeah but where do i find the spot to add the code?
|
#6
|
||||
|
||||
have you done any reading on the CSS properties ,
should be under styles (your style ) and CSS |
#7
|
|||
|
|||
Yeah I read through that and everywhere it said text-decoration underline i changed it to none.
|
#8
|
||||
|
||||
did it work for you? , look trough what text specifically you are trying to edit .... each text might have its own class.. example td head etc..
|
#9
|
|||
|
|||
No it didn't. I'm looking to change this underline:
Under the username. |
#10
|
||||
|
||||
there is a class by :
Code:
class="bigusername" Code:
.bigusername { font-size:14pt; text-decoration:none; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|