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.
I had previously received help and it was working until the update.
Link to previous post: https://gvectors.com/forum/wpdiscuz-comment-plugin-support/how-to-expand-background/
The URL seems to be dead. How do I implement the same again and change the background color to #080D37
Website Link
Hi @abe675,
Use these CSS codes
#comments {
margin: 0 auto;
max-width: 100%;
width: 100%;
background: #080d37;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{
background: #080d37 !important;
}
#wpdcom .ql-container {
background: #6b6b6b;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
background: #6b6b6b;
}
#wpdcom .ql-toolbar {
background: #ccc;
}
#wpdcom .ql-toolbar .ql-stroke {
stroke: #5f3131 !important;
}
Above provided CSS codes are examples that values you can charge to make it fits your websites.
Thank You so much.
How to change text color of comments and inside the ql-container / editor?
Thank you again