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
try this CSS Code
#wpforo #wpforo-wrap .wpf-form-wrapper { border-radius: 10px; } #wpforo #wpforo-wrap .wpf-topic-create { background: #deeffb; }