The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
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 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|