customize font in reply area
-
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!” 🙂
-
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; }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”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
For the submit button you can do something like this.
#bbpress-forums fieldset.bbp-form button { font-size: 20px !important; }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!
- You must be logged in to reply to this topic.