Feb 07, 2023 7:25 pm
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
Feb 09, 2023 7:41 am
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; }