Notifications
Clear all

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

5 Posts
3 Users
1 Likes
1,152 Views
Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 6 years ago

Hi, 

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

Thanks.

4 Replies
Posts: 3652
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @peterwangbiz,

please provide your forum URL.

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

Support Team
Posts: 10164

@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;
}

 

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

Thank you very much for your good customer service!

Reply