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; }