• Resolved kevindepew15

    (@kevindepew15)


    I want to make the font size larger for my sub forum list. It used to be larger but something happened and now the font is tiny. I go to the bbpress style pack section – forums index styling where it looks like I can change it from default 12px. But when I change it to 14 or 16 or 18px, nothing happens. The font stays small. My customers can barely see the font. Please help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin W

    (@robin-w)

    have you been to the ‘not working?’ tab ?

    Plugin Author Robin W

    (@robin-w)

    it’s ok I’ve found the issue, which is in bbpress and should be fixed in a future release the bbpress authors have said.
    in the meantime, put this in the custom css tab of my plugin

    #bbpress-forums .bbp-forums-list li {
    	font-size: 20px !important;
    }

    and change 20px to whatever you want

    Thread Starter kevindepew15

    (@kevindepew15)

    Thank you so much! I will have to dig a little to learn how to put that in the custom css tab. But can probably figure it out. I will look for that future release from bbpress too. Thanks for the follow up!

    Thread Starter kevindepew15

    (@kevindepew15)

    I found the custom css tab and cut and pasted the above code there and saved but did not notice a change. But it is ok, I can wait for the bbpress update. Thanks and happy new year!

    Thread Starter kevindepew15

    (@kevindepew15)

    Hey, it worked. Maybe just took a bit to take effect. Thanks for your help!

    Plugin Author Robin W

    (@robin-w)

    great – glad you are fixed

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘sub forum list font size’ is closed to new replies.