Archived topic
Changing Color of Comment Section
5 replies · Started by Jiren on September 17, 2019
I use wpDiscuz and the background color of it is the same as the background color for my content side. When I change the background color of my content it also changes it for comment section. I added also custom css to the plugin css section of wpDiscuz but didn´t work.
How can I change the background color of the comment section from this color:#F8F8EE to this:#EEEEEE
Hi there,
Are you referring to this area?
https://www.screencast.com/t/0rKntPYV0g8Q
It's already showing #eee as far as I can tell.
Let me know if I'm missing something :)
HAHA, Leo actually I was messing around with the plugin and you checked right in the moment.
Check it now, your picture where the background is black I want to change.
Try this CSS:
.separate-containers .comments-area {
background-color: #eee;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Worked like a charm, thank you very much Leo.
No problem :)