Hi guys, I'd like to change a few colors on my forum. Please check the image attached.
1. Is there a way to change the background color of the widgets?
2. Is there a way to match the background color of the subforums with the color above (white in this case)?
3. Is there a way to change the color of the text of the headings (without changing the overall background color)?
Thank you guys!
I've solved it.
Thank you anyways
Well, not so fast.
When I change the background color for the forum titles, I've got to do it one by one. (code is pasted below)
#wpforo #wpforo-wrap .wpfl-1 .wpforo-category {
background-color: #FFFFFF;
border-bottom: #FED80D 1px solid;
}
Is there a way to do all of them at once instead of writing code for .wpfl-1 .wpfl-2 .wpfl-3 and so on?
The same with the fonts for the Topics and Posts.
I'm new to CSS.
Thank yoy