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.

 

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

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

Hi, 

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

Thanks.

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

Hi @peterwangbiz,

please provide your forum URL.

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

Support Team
Posts: 10616

@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: 8 years ago

Thank you very much for your good customer service!