So far, this is the only thing I’ve seen posted about customizing the hottags:
https://bbpress.org/forums/topic/67?replies=5#post-295
It doesn’t specifically address the colors, just the size, of the tags. I imagine, since the style tag is with a font-size in it, like this:
style="font-size: 9pt;"
that you could make a plugin that did something where if the font size is between a and b, add “font-color: #whatever;” and if it’s between b and c, add “font-color: #whatever2;” etc.
I think this would be pretty interesting. I can see where this code would need to be added in bb-includes/template-functions.php, but that’s a really bad idea (modifying core files) – so, a plugin is a much better idea.
well im not a coder, more a general enduser. with only some basic coding & editing abilities.
but thanks
ah ok, i see there is not so much support going on in here.
so i ask again, is there a way to add for each tag parameter (size) also in addition some colors , and if yes would be somebody so nice to post me the code in here?
thanks in advice
cheerio
I know there are only a couple of us viewing this on the weekend and I am not sure what to change to get the CSS changes for colors. The only thing we have so far for editing the size is:
https://bbpress.org/forums/topic/67?replies=5#post-295
The color is determined by the #hottags portion of style.css in your theme! There you can change a few color things around!
Trent