Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/