AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Change the post body background color

3 Posts
2 Users
0 Reactions
2,008 Views
Jeff V23
Posts: 9
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@jeff-v23)
Active Member
Joined: 3 years ago
[#34057]

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?

Screenshot 2023 02 07 at 12.22.37 PM
wpForo Version
2.1.6
WordPress Version
6.1.1

2 Replies
Robert
Posts: 10730
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months 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: 3 years ago

Active Member
Posts: 9
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@robert Fantastic. Thank you so much!


Share: