Notifications
Clear all
How-To and Troubleshooting
3
Posts
2
Users
1
Reactions
1,307
Views
Topic starter
10/05/2017 7:47 pm
I'm trying to insert the wpDiscuz comment system into the website. Everything works well, except for the fact that it's all in seperate boxes, with no background wrapper behind it. Since the website has a dark background, this means there is a bunch of text sitting on a hard to read color, and harsh color breaks between each box. Is there a way to have a clean white box encompassing the entire comment system. The theme being used is Sparkling, if that helps.
10/05/2017 8:27 pm
Use this CSS code:
#respond, #comments{
background-color: white;
}