Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Any way to change background color for each topic? It seems the menu only have text color choice and no background.
Thanks.
Hi gwood333,
please specify which part of topic background you want to change?
Like your message. I want to make your message the background color black. Of course, we can change the text color to white. How do I do that?
Thanks.
If you want to change it separately, you should use the 9th color option in color list. But this color is used for many items, not only for post background.
You can also use custom CSS, this code should be put in Forums > Settings > Styles admin page "Custom CSS Code" textarea:
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content { background-color:#666; color:#fff;}