-
Paul replied to the question Increase height of text area. in the forum BuddyBoss theme 10 years, 4 months ago
@teamduce Add this to your child theme custom.css file:
#buddypress form#whats-new-form textarea { min-height : 30px; }
Or a greater value than 30 if you’d still like it to be a little deeper.