Notifications
Clear all

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

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

Hello,

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

How can I do this?

2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 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: 3 years ago

Hi @chris,

It worked! Thanks a lot 😀