bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

How to change hot tag font

(8 posts)
  • Started 6 months ago by goldfiinger
  • Latest reply from goldfiinger
  • This topic is not resolved

Tags:

  1. Quick question, how do i change the font of the hot tags list on my front page. I'm using one font for my whole page at the moment but want to add a second font just for the hot tag list.

    How would i go about doing this ?

    I tried adding a font under

    .frontpageheatmap

    and under
    #front-page #hottags

    on my style sheet but this made no difference.

    Anyone know where i should try ?

    Many thanks

    Posted 6 months ago #
  2. Those are both the right places. How are you adding the font?

    Posted 6 months ago #
  3. #front-page #hottags {
    position: centre;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    font-size: small;
    font: Comic Sans MS;
    }

    .frontpageheatmap {
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: small;
    font: Comic Sans MS;
    }

    Posted 6 months ago #
  4. any idea why it would be having no effect?

    Posted 6 months ago #
  5. Yeah. You need to have quotation marks around any font names containing spaces.
    (edited)
    That would be font-family: "Anything but Comic Sans MS for the love of god";

    Note you can also get a whole bunch of font declarations into one statement: http://www.w3schools.com/css/pr_font_font.asp

    Posted 6 months ago #
  6. thanks but it's still not working, i've changed both too

    font: "Comic Sans MS";

    Still no joy :(

    Posted 6 months ago #
  7. Resolved

    Many thanks

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.