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>
--------------- Added [DATE]1508911541[/DATE] at [TIME]1508911541[/TIME] ---------------
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;
}