Notifications
Clear all

Style [Solved] Personalizing the WPforo Editor Area

3 Posts
2 Users
2 Likes
1,525 Views
RealAct
Posts: 218
Topic starter
(@realact)
Reputable Member
Joined: 6 years ago

Hi guys,

I have managed to change the way the area around the WPForo editor looks (Gave it rounded corners and changed the background color). When the user clicks in "Add New Topic" and selects the sub forum where to post from the main forum page, everything looks like I want it to look; buttons, color, rounded corners etc as you can see in the following image:

However, if you go into one of the sub forums and then from there click on the "New Topic" button, then the editor area loses the rounded corners and the background color around the edges is gray as in the following image (Open the image in a new tab to notice what I mean):

Anyone knows what CSS code to use so that the area around the editor when used under the sub forums has the rounded corners and the blue color as well? The color I use is "#deeffb"

Thanks in advance.

-Eli

2 Replies
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

@realact

try this CSS Code

#wpforo #wpforo-wrap .wpf-form-wrapper {
    border-radius: 10px;
}
#wpforo #wpforo-wrap .wpf-topic-create {
    background: #deeffb;
}
1 Reply
RealAct
(@realact)
Joined: 6 years ago

Reputable Member
Posts: 218

@tutrix it worked!! Thank you so much for your help. I really appreciate it.

May God and the universe bless you!