Notifications
Clear all

wpForo 1.x.x [Closed] How to let the forum show the background from the Theme?

5 Posts
3 Users
1 Reactions
1,481 Views
Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 7 years ago

Hi, 

Can Wpforo use the background of the web theme (not white)?

Thanks.

4 Replies
Chris
Posts: 3647
(@chris)
Famed Member
Joined: 3 years ago

Hi @peterwangbiz,

please provide your forum URL.

Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 7 years ago
1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10583

@peterwangbiz,

The light styles of wpForo will not work with your background, it'll look like this and your topics will not be displayed correctly:

 

So, try to change the forum style to Dark Style in Dashboard > Forums > Settings > Styles Tab. Then use this custom CSS code in the Custom CSS Code textarea on the same admin page:

#wpforo #wpforo-wrap {
     background: transparent!important;
}

 

Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 7 years ago

Thank you very much for your good customer service!