Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Increase BBPress Forum Font Size?


  • Vintagepornbay
    Participant

    @vintagepornbay

    Hi
    We have a bbpress forum
    But the fonts are not fit to site font size. I want to increase fonts size of bbpress. How to do it?

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    This is going to increase the font-size of the topic and reply content of the same exact specified font size on your site.

    Add this custom CSS to your child themes style.css file or anywhere else you can put custom CSS like a custom CSS plugin.

    .bbp-topic-content p,
    .bbp-reply-content p {
        font-size: 1rem;
    }

    If you want to increase the font size of other areas of the forum be more specific.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar