Skip to:
Content
Pages
Categories
Search
Top
Bottom

increase font size


  • ducrevit181
    Participant

    @ducrevit181

    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

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

  • Robin W
    Moderator

    @robin-w

    a couple of possibles

    1. you haven’t closed the }

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

    2. or try

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


    unionhost
    Participant

    @unionhost

    hello,

    I don’t understand where do we have to copy-paste this code please ?
    I’m looking for increasing the size of the font forum; thanks


    Robin W
    Moderator

    @robin-w

    as per op

    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


    Robin W
    Moderator

    @robin-w

    or install

    bbp style pack

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