Notifications
Clear all

Style [Solved] Change the post body background color

3 Posts
2 Users
0 Reactions
441 Views
Jeff V23
Posts: 9
Topic starter
(@jeff-v23)
Active Member
Joined: 1 year ago

How do I change the post body color? In the screenshot attached, I want the body behind "Hi I am groupplayer..." to be white and match the sections surrounding it. How do I do that?

2 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Put this CSS code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on the forum front-end to reset the browser cache:

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
   background: #fff !important;
   border-left: 1px solid #eee;
}
1 Reply
Jeff V23
(@jeff-v23)
Joined: 1 year ago

Active Member
Posts: 9

@robert Fantastic. Thank you so much!