The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum home page alternating colors
I searched and looked at the videos and couldn't find the answer...
My forum home page has categories and under each category is two sub forums showing on the main page. I would like to: a: Have the category name centered. b: Have each category with the subcategory a different color. Where do I go to change this? |
#2
|
|||
|
|||
1. The category name cannot center easily because it is inside a colspan column. It can be centered using a CSS overwrites.
paste this inside style manager> style name> edit templates> CSS Templates> css_additional.css HTML Code:
.forum-list-container .category-header .category{ width: 100%; text-align: center; display: block; } 2. Category background color can be different using CSS overwrites but there is no stylevars yet for this. you have to find the forum category id whether from browser inspect or from forum manager. for example HTML Code:
.forum-list-container .category-header#forum18{background:#000;} .forum-list-container .category-header#forum18 .category{color:#fff} paste this inside style manager> style name> edit templates> CSS Templates> css_additional.css |
#3
|
|||
|
|||
THank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|