The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 4 Request - Change background color of forum header based on forum ID
I've seen this mod for 4.1.x but does not work on 4.2.x
https://vborg.vbsupport.ru/showthread.php?t=293417 I have forums with plain color background in forumhome - basically want a couple of them to have a different color background Like so: --------------- Added [DATE]1508911143[/DATE] at [TIME]1508911143[/TIME] --------------- --------------- Added [DATE]1508911464[/DATE] at [TIME]1508911464[/TIME] --------------- This is the section of relevant code in the html Code:
<div class="forumhead foruminfo L1 collapse"> <h2> <span class="forumtitle"><a href="forumdisplay.php/324-Gamers">Gamers</a></span> <span class="forumthreadpost">Topics / Posts </span> <span class="forumlastpost">Last Post</span> <a class="collapse" id="collapse_c_cat324" href="index.php#top"><img src="images/collapse_80b.png" alt=""></a> </h2> </div> CSS is generated dynamically Code:
.forumhead { background: #00a651 none ; _background-image: none; padding: 0; font: normal 24px 'Montserrat', sans-serif!important; color:#ffffff; clear:both; margin-top: 8px; float: left; border: 0px solid #8ecb30; width: 100%; -moz-border-radius-topright: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-left-radius: 0px; } |
#2
|
||||
|
||||
You can add something like this to your "additional.css" template:
HTML Code:
#catXX .forumhead { background: #RRGGBB !important; } |
#3
|
||||
|
||||
thank you MarkFL. :up:
|
#4
|
|||
|
|||
How funny. I just searched for this solution as I needed it for a site I'm working on and this is the first answer I found - my own question 2 years ago - and it works lol
How did I miss this? Thanks, MarkFL ! A quick question which I'm sure you can answer - I'd like to change the font color for those specific forums too so it matches the cat color. Thanks! |
#5
|
|||
|
|||
Code:
#catXX .forumhead { background: #RRGGBB !important; color: #RRGGBB !important; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|