Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change font size fro forum posts/replies


  • tonysyd
    Participant

    @tonysyd

    I have a new forum, for recorder players. Older folk mostly, feedback indicates a larger font is needed.

    I’m running WP 4.0.1, bbPress 2.5.4, and BuddyPress 2.1.1. Everythig is working nicely, the forum is at http://recorderforum.com/forum/ I’m using the mysitemyway Elegance theme

    Looking at a previous bbPress forum post, I was able to increase Forum and Topic font size with the following CSS

    #bbpress-forums a.bbp-forum-title,
    #bbpress-forums a.bbp-topic-permalink {
    font-size: 16px;
    }

    Using the same method, I’d like to increase the font size for

    – Forum posts/replies
    – Breadcrumbs

    Any pointers gratefully received.

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    for forum topics/replies

    try this code robin posted in the topic you linked to

    #bbpress-forums .bbp-topic-content p, 
    #bbpress-forums .bbp-reply-content p {
    font-size:  16px;
    }

    this is for breadcrumbs

    #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 10px;
    font-size: 16px;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar