Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change font size?

  • @bennygill

    Participant

    Hello,

    I am using skematiktheme.com wordpress theme, which is also styled for buddypress. I also have the lastest version of buddypress, bbpress, and wordpress installed.

    Not sure if I should be asking this in the buddypress forum or not, because most of the changes are related to bbpress forums which are integrated with buddypress.

    I want to change the font size. In general I just need to change the font size for the text in the body of posts, but it would be good if I could bump everything up by 4px. How do I change that?

    Can someone help me by explaining it in simple step-by-step language?

    For example: go here, then type this code here, and then change this, etc….

    Thanks,
    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • @bennygill

    Participant

    I know I have to make a change in css somewhere, just not sure which value or where to find that css file. Can anyone steer me in the right direction?

    @mercime

    Moderator

    @hscoder

    Participant

    I know this is old thread. But my reply can be useful for the others.

    You can change the font-size in your bbpress forum through editing your bbpress.css like as :

    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results {
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    clear: both;
    }

    In this article writer is explaining step by step. See this:

    How to increase the font-size of the content in bbpress forums

    thanks

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