Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #287550

    Hey,

    I would like to adjust the font sizes in the Forum section of my site. Iim noticing that I can use the enfold theme options to make changes to the font sizes throughout the theme but does not seem to effect forum pages.

    Is there some CSS code that will allow me to change the font size in my discussion forums pages?

    Thanks,
    BD

    #287563

    Hi,

    Can you post the link to your forum please?

    Regards,
    Josue

    #287593
    This reply has been marked as private.
    #287594

    Hey!

    This code will affect the paragraphs of bbPress pages:

    .bbpress p {
        font-size: 22px;
        line-height: 28px;
    }

    Adjust as needed.

    Cheers! 
    Josue

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