Skip to:
Content
Pages
Categories
Search
Top
Bottom

increase font size


  • batmanfan
    Participant

    @batmanfan

    How to increase font size of the forum layout? here

    thanks.

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

  • Robin W
    Moderator

    @robin-w

    you’re ‘here’ didn’t work

    gave you checked

    bbPress Styling Crib


    batmanfan
    Participant

    @batmanfan

    Thanks Robin. You have been a great help.

    I read through and tried https://codex.bbpress.org/bbpress-styling-crib/

    What I did,
    1. installed Simple Custom CSS plugin – all ok
    2. insert the below code. and changed the font-size: 1.1em; to 1.6em

    #bbpress-forums div.odd,
    #bbpress-forums ul.odd {
    background-color: #fbfbfb;
    }
    
    #bbpress-forums div.even,
    #bbpress-forums ul.even {
    background-color: #fff;
    }
    

    IF post is sticky or super sticky, then

    
    .bbp-topics-front ul.super-sticky,
    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky,
    .bbp-forum-content ul.sticky {
    background-color: #ffffe0 !important;
    font-size: 1.1em;
    }
    

    but the rest doesn’t seem to work…especially
    Number 5. Various texts

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

    I change the font-size: 20px

    nothing happens. 🙁

    what did I do wrong? basically I wanted to increase font size for all forum section from 1 to 8. How please.

    Thank you in advance


    Robin W
    Moderator

    @robin-w

    think its as simple as lacking the hash (#) at the start

    ie

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

    Come back if that doesn’t work and I’ll look further.

    If it does, let me know and I’ll change the docs !


    batmanfan
    Participant

    @batmanfan

    You are a champion! Thanks Robin.


    Robin W
    Moderator

    @robin-w

    Great, glad my memory’s still there!


    Info Ekonomi
    Participant

    @dakwahislami

    How to change the font-style ?


    Robin W
    Moderator

    @robin-w

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.