May 28, 2020 7:22 am
Hi,
how can I change background in marked places on the form?
7 Replies
May 28, 2020 9:41 am
Hoi @tom86,
You should use custom CSS codes like this one:
#wpdcom .ql-editor {
background-color: #bde0ff;
}
#wpdcom .ql-toolbar {
background-color: #bde0ff;
}
div#comments {
background-color: #bde0ff;
}
Just change the values of the background-color CSS proporties.
The CSS codes should be added in the Custom CSS Code textarea, loacted in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.