Dec 16, 2024 12:51 pm
Hi,
I have theme with features Light/Dark mode.
I want to change color for Dark mode only. Like the image below.
Thanks
Website URL
1 Reply
Dec 17, 2024 9:13 am
Hi,
Use the CSS code below:
.dark #wpdcom .wpd-form-head .wpd-sbs-toggle, .fa-caret-down, .wpd-connect-with { color: #fff !important; } .dark #wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item { color:#fff !important; } .dark #wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item ::placeholder { color: #fff; }