Notifications
Clear all

Need help with a wrapper for the comments

3 Posts
2 Users
1 Reactions
1,307 Views
(@justintimeforsupper)
New Member
Joined: 8 years ago
Posts: 2
Topic starter  

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.

2e51362f1c312b9fb690af79235b7d88

   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4209
 

Use this CSS code:

#respond, #comments{
   background-color: white;
}

   
ReplyQuote
(@justintimeforsupper)
New Member
Joined: 8 years ago
Posts: 2
Topic starter  

You have no idea how much I love you, Tom.


   
Tom reacted
ReplyQuote
Share:
Scroll to top