Skip to:
Content
Pages
Categories
Search
Top
Bottom

customize font in reply area


  • JAMMI2580
    Participant

    @jammi2580

    Hello all, I managed to completely customize bbPress, but I have something I can not change, nor with legacy functions of my theme, nor with my child css3 theme: the font ( fat size and color) in the response area

    <div id="wp-bbp_reply_content-editor-container" class="wp-editor-container">
    <div id="qt_bbp_reply_content_toolbar" class="quicktags-toolbar">
    <textarea id="bbp_reply_content" class="bbp-the-content wp-editor-area" name="bbp_reply_content" cols="40" tabindex="103" rows="12"></textarea>
    </div>
    

    Someone can it help me?
    Vous aurez deviné, je suis Français! 6Merci beaucoup!” 🙂

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

  • Robkk
    Moderator

    @robkk

    Here is the CSS you will need add it to your child themes style.css file or in a custom css plugin.

    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
      font-size: 16px;
    }

    JAMMI2580
    Participant

    @jammi2580

    Great! Awesome! Thank you very much, Obviously it works better that way … Robkk
    I love your avatar;-) the site I’m talking about graphics, visual arts and writing
    thanks again… I mix a little with the “-“, the “_” and “div”


    JAMMI2580
    Participant

    @jammi2580

    if you feints there,robkk… I have the same problem with the font of the button “submit”

    #bbpress-forums div.bbp-the-content-wrapper div.bbp-submit-wrapper button id.bbp_reply_submit button submit {
      font-size: 20px !important;
    }

    thanks


    Robkk
    Moderator

    @robkk

    For the submit button you can do something like this.

    #bbpress-forums fieldset.bbp-form button {
      font-size: 20px !important;
    }

    JAMMI2580
    Participant

    @jammi2580

    it works !!! You’re a great guy full of resource Robbk!, if we were not so far away I would try to become your friend ;-D ;-D

    merci beaucoup!

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