Raptor
10-25-2017, 03:54 AM
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:
https://vborg.vbsupport.ru/external/2017/10/4.png
--------------- Added 1508911143 at 1508911143 ---------------
https://vborg.vbsupport.ru/external/2017/10/5.png
--------------- Added 1508911464 at 1508911464 ---------------
This is the section of relevant code in the html
<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 1508911541 at 1508911541 ---------------
CSS is generated dynamically
.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;
}
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:
https://vborg.vbsupport.ru/external/2017/10/4.png
--------------- Added 1508911143 at 1508911143 ---------------
https://vborg.vbsupport.ru/external/2017/10/5.png
--------------- Added 1508911464 at 1508911464 ---------------
This is the section of relevant code in the html
<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 1508911541 at 1508911541 ---------------
CSS is generated dynamically
.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;
}