bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Equalize Hottags

(5 posts)
  1. phery
    Member

    hello,

    is there a way/trick to wight the tags in different colors?

    like:

    smaller tags #525252;
    bigger tags #000;

    thanks

    ps: i use kakumei

    Posted 1 year ago #
  2. So far, this is the only thing I've seen posted about customizing the hottags:

    http://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.

    Posted 1 year ago #
  3. phery
    Member

    well im not a coder, more a general enduser. with only some basic coding & editing abilities.

    but thanks :)

    Posted 1 year ago #
  4. phery
    Member

    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

    Posted 1 year ago #
  5. 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:

    http://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

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.