I'm having a heck of a time here. I asked this question several months ago, but no one was able to give me an answer.
One thing I should mention is that I've changed my forumbits according to the ForumHome Category Spacing mod
https://vborg.vbsupport.ru/showthrea...umhome+spacing
I'm trying to change the forum icon TD to another background color for ONE forum, and no matter what I do, it won't change it to the color I want.
I can make it have NO background color, but I can't get it to change to a specific color.
The thing that I think may be an issue is that this mod was written for 3.7.0*, and I know that there has been at least one template change since then.
I'll post code if necessary.
Thanks!
--------------- Added [DATE]1231369347[/DATE] at [TIME]1231369347[/TIME] ---------------
Here's my code in forumhome_forumbit_level2_post:
HTML Code:
<td class="<if condition='$forum[forumid] == 37'>alt2 alt22<else />alt2</if>"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
And here's the CSS for that one forum:
HTML Code:
.alt22
{
background: #ecb700;
}
I've tried both isolating that CSS (only putting alt22 in the template), and both "background" and "background-color", and nothing seems to work.
Any suggestions?