Notifications
Clear all

[Solved] Changing the height of text input area of Reply section

3 Posts
2 Users
2 Likes
371 Views
Posts: 10
Topic starter
(@ehsan)
Eminent Member
Joined: 2 years ago

Hello,

I want to change the height of text input area of the rich text editor. 

How can I do this?

wpForo Version
2.0.9
WordPress Version
6.0.2
2 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

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;
}
Posts: 10
Topic starter
(@ehsan)
Eminent Member
Joined: 2 years ago

Hi @chris,

It worked! Thanks a lot 😀