BuddyBoss Home – Web Support Forums Themes BuddyBoss theme change sidebar and forums font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #34985
    @flick-chicks

    Hi,

    I looked through previous forums, but couldn’t quite find the answer to my questions. They are:

    #1) How do you change the font size for the sidebar?

    #2) How do you change the font size for the forums?

    Thanks

    Answers

    #34990

    Alyssa
    Participant
    @alyssa-buddyboss

    @chick-flicks you can easily discover this information by using FireBug for FireFox or IE/Chrome Developer tools using the inspect element tool. Add this to your custom.css file:

    .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget{font-size:120%;}
    .widget-area .widget h3, .widget-area .widget_bp_profile_search h4{font-size:200%;}

    For forums, add this:

    .bbpress html, .bbpress body, .bbpress p, .bbpress div{font-size:110%;}
    li.bbp-forum-info a.bbp-forum-title, li.bbp-topic-title a.bbp-topic-permalink{font-size:150%;}

    I may have missed a few elements but this should get you started.

    #34994
    @flick-chicks

    @tjchester thanks for the quick reply, that worked. =)

    #35002

    Alyssa
    Participant
    @alyssa-buddyboss

    Great!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘change sidebar and forums font size’ is closed to new replies.