Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] How to change the background color?

2 Posts
2 Users
1 Reactions
3,519 Views
(@sajad-tnt)
New Member
Joined: 7 years ago
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#3234]

Hello.
I want to change the background color.

For example, this:

to this:

 

thanks



   
Quote
Arina
(@arina)
Support Team
Joined: 12 years ago
Posts: 101
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Hi @sajad-tnt,

Please follow these steps:

1. Navigate to  Dashboard > Comments > Settings > Styling admin page, change the "Comment Form and Comment List Style" option's value to "Dark". This will help you easily change the background color's value.

2. Then add the following CSS code in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textarea.
Don't forget to change red marked codes before using:

#comments { 
background: #f4dec8 !important;
}
#wpcomm.wpd-dark .wpdiscuz-front-actions {
background-color: #f4dec8 !important;
}

3. You can change the "Button Colors",  "Commenter Label Colors by User Role", etc from Dashboard > Comments > Settings > Styling page. 

More info here:

https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/styling/



   
sajad-tnt reacted
ReplyQuote
Share:
Scroll to top