badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Black to White

#96974

Hi,

We found the HTML DOM is totally controlled by the script/Plugin. But also we are providing the Custom CSS code below. Please check if it works for you.
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom code.

.wp-dark-mode-active .top-stories-bar,
.wp-dark-mode-active .top-stories-bar[data-darkreader-inline-bgcolor] {
	background-color: #ffffff !important;
}
.wp-dark-mode-active .top-stories-bar .top-stories-label,
.wp-dark-mode-active .top-stories-bar .top-stories-label[data-darkreader-inline-bgcolor] {
	background-color: #dddddd !important;
}
.wp-dark-mode-active .top-stories-bar .top-stories-lists {
	background-color: #ffffff !important;
}
.wp-dark-mode-active .top-stories-bar .top-stories-label {
	color: #333333;   
} 
.wp-dark-mode-active .top-stories-bar .top-stories-lists .marquee a:not(:hover) {
	color: #555555;
}

Thanks