Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Forum and Topic font size with out changing Freshness font size


  • Bonafide Jones
    Participant

    @bonafide-jones

    WP version: 4.0
    BBpress version Brand new install. 2.0 I think?
    Link to site: http://www.sofakingnews.com/forums/

    I would to be able to increase the font size of Forums and Topics without increasing the size of Freshness (and possibly Posts and Voices)

    The custom css I’m using to increase Forums and Topics is:

    #bbpress-forums ul.bbp-forums {
    color: #FFFF;
    font-size: 16px;
    }

    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results {
    font-size: 16px;
    }

    This is in a child theme under style.css

    Also, it seems these people were able to achieve this:

    Dall’Uva Forums

    Any help is appreciated, thank you.

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

  • Robin W
    Moderator

    @robin-w

    Try

    Forum/Topic headings

    #bbpress-forums ul.forum-titles
     
     {
    font-size:  16px;
     }

    Topic/reply text

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

    Bonafide Jones
    Participant

    @bonafide-jones

    Hi Robin,

    Thank you for your response. Unfortunately, it’s not the headings I’m wanting to change. What I would like to be do is increase the font of the Forum and Topic title (under the heading) without increasing the font of Voices, Posts, and Freshness (or the inverse)

    Thank you for any additional help!


    Robkk
    Moderator

    @robkk

    for just the forum and topic title links

    #bbpress-forums a.bbp-forum-title, 
    #bbpress-forums a.bbp-topic-permalink {
    font-size: 16px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar