BuddyBoss Home – Web Support Forums Solutions Social Learner BBpress forums post text size

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

    #56080
    @randall-league

    The default text size for posts/replies is super small! How can I change this to a more readable font size?

    View post on imgur.com

    Answers

    #56098

    Anonymous
    @

    Hi @randall-league, Please add this css code in your child theme’s custom css option..

    
    #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
        font-size: 15px !important;
    }
    

    Regards

    #56101
    @randall-league

    Thanks, that worked.

    #56114

    Anonymous
    @

    Great

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘BBpress forums post text size’ is closed to new replies.