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

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Change Post Content Background Color

2 Posts
2 Users
0 Reactions
1,551 Views
MarcelDerAdmin
Posts: 37
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
(@marcelderadmin)
Trusted Member
Joined: 6 years ago
[#16920]

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: 1519
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
(@tutrix)
Noble Member
Joined: 6 years ago

@marcelderadmin

add this to custom css

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

Dashboard > Forums > Settings > Style (custom css)


Share: