Notifications
Clear all

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.

 

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

3 Posts
2 Users
2 Reactions
735 Views
Posts: 10
Topic starter
(@ehsan)
Eminent Member
Joined: 4 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: 3611
(@chris)
Famed Member
Joined: 4 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: 4 years ago

Hi @chris,

It worked! Thanks a lot 😀 Â