Where or how do you change the "Leave a reply" text BOLD?
Thank you
Hi,
Use the CSS code below:
#wpdcom .ql-editor.ql-blank::before {
font-weight: bold !important;
}
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.