Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Sep 28, 2022 4:33 am
Hello,
I want to change the height of text input area of the rich text editor.Â
How can I do this?
2 Replies
Sep 28, 2022 9:23 am
Hi @ehsan,
Insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles:
#wpforo #wpforo-wrap .wpforo-content .wpf-post-create .wpf-field-wrap iframe { min-height: 100px; height:100px; }