The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Colored welcome header
Hey, "How do I" make a colored welcome header that is essentially made to stand out.
An example of this is http://justteenager.com/ also, do you know how to do the dotted border? Thanks in advance. |
#2
|
||||
|
||||
Alter the CSS background settings for the "header" class.
|
#3
|
|||
|
|||
Thanks. Could you, if possible, explain where to look at in Admin CP to make this change? Is that where I can change the border too?
|
#4
|
||||
|
||||
Styles and Templates > Style Manager
And either click "Go" or select "Main CSS" from the drop down next to the style you want to edit. Dotted borders are done in CSS.. For example: HTML Code:
.classname { background: #FFF; border: 1px dashed #000; } The class is set to have a white background, and a border with a one pixel width, a dashed style (dotted border), and the hex code for whatever color you want the border to be. Edit: If you're wanting to add the dashed border to a class that already exists in vBulletin.. just enter the border: 1px dashed #000; (of course change the width and color) in the "Extra CSS Attributes" box for that style. |
#5
|
|||
|
|||
You guys are awesome help, but at the same time are a little advanced for me. Initially, can someone explain a little more simply how to change the colors of the welcome header? From there, I'll figure out how to do the border.
Thanks for your help so far. I'm not as dumb as I sounded, but I just need a little bit more direction. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|