bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

tr td .num font size?

(2 posts)
  • Started 1 year ago by dss
  • Latest reply from chrishajer
  • This topic is not resolved
  1. I'm going nuts.

    I can't seem to set the font face or size for the class .num
    I've tried everything I can think of and it remains.

    Hasn't anyone else encountered this when resizing the text?

    Posted 1 year ago #
  2. In your theme's style.css (or the default theme style.css) you want to find this at around line 255:

    .num, #forumlist small {
    	font: 11px Verdana,Arial,Helvetica,sans-serif;
    	text-align: center;
    }

    That controls the styling of <td class="num">.

    I also recommend you use the Firefox web browser with the Web Developer add-on by Chris Pederick for finding things like this.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.