Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic/reply content font size


  • knowlengr
    Participant

    @knowlengr

    Wordpress 4.2.2
    BBPress 2.5.7
    Parent theme Genesis, child theme also by StudioPress

    Need to make the content and reply body font size slightly bigger. Looks like it’s rendering at the equivalent of 5 or 6 pt. I tried theme Twenty Twelve with the same result. Styling for all other classes is fine.

    http://pharmacytechnology.kryptonbrothers.com/forums/topic/complex-event-processing/

    the class is “bbp-reply-content” – And same result for “bbp-breakcrumb.”

    I see that these are set as 12px in bbpress.css which would be fine, so I have an override in place somewhere.

    Is there an existing topic for this? I use Firebug occasionally but not often enough to avoid this post in the bbPress forum.

    Thanks

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

  • knowlengr
    Participant

    @knowlengr

    I just saw the “styling crib” topic, so I’m going there for help. I’ll update this with disposition later.


    Robkk
    Moderator

    @robkk

    install this plugin

    https://wordpress.org/plugins/bbpress-genesis-extend/

    try this CSS

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

    knowlengr
    Participant

    @knowlengr

    Robkk – Thanks to stepping in to help.

    I’m not sure what the Genesis plug does exactly, but after I installed it, I tweaked the CSS changes in

    ~/wp-content/themes/[theme]/css/bbpress.css

    I’m not sure what the options in the plugin do – wasn’t obvious.

    But the CSS changes are good enough for my purposes now.

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