Notifications
Clear all

wpForo 1.x.x [Solved] Change Post Content Background Color

2 Posts
2 Users
0 Reactions
1,039 Views
MarcelDerAdmin
Posts: 37
Topic starter
(@marcelderadmin)
Trusted Member
Joined: 5 years ago

As you can see in the screenshot, i want to change this background color.

 

CSS would be .wpforo-post .wpfcl-1 , but its not working, it only changes the color when it is inline css, which i tried with the web console. Who can i do it in the customizer so it finally works?

1 Reply
Tutrix
Posts: 1493
(@tutrix)
Noble Member
Joined: 5 years ago

@marcelderadmin

add this to custom css

#wpforo #wpforo-wrap .wpforo-post {
    background-color: #ffffff;
}

Dashboard > Forums > Settings > Style (custom css)