How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
112
Views
Dec 10, 2024 9:11 am
Hi,
I have theme with features Light/Dark mode.
How can I change the color css for Dark mode in comment are "Join the discussion" and reply background (Layout #2).
Thank you.
2 Replies
Dec 10, 2024 9:40 am
The CSS codes you can use:
/*reply section*/ #wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap { background: transparent; } /*textarea*/ #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea { background: transparent; } /*name, email, website fields*/ #wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item > * { background: transparent; }
This FAQ should be helpful for you: https://wpdiscuz.com/community/f-a-q/how-to-customize-the-wpdiscuz-wordpress-plugin-styles/