Hi, I am using your theme for a real estate site which has an IDX plugin. Some of the plugin items are showing white on a white background and the plugin company says the following,
“The implementation of the content on your site is detecting a dark background for your site. I did see there is a pseudo class that is indicating the site is built on a dark background value of #00000, so the IDX content is converting to darkmode as you can tell by scrolling down the listing page you can see the map and the similar listings are showing in darkmode.”
I have tried changing main content background in /theme options/general styling but to no luck. I think I am missing something. Could someone point me in the right direction. Great theme by the way.
URL: http://www.tibbettsrealestate.com
Hey Randy,
Thank you for the inquiry.
The plugin might be detecting the default background of the html element which is currently set to #282b2e. You can override it by using this code in the Quick CSS field or in the child theme’s style.css file.
html, #scroll-top-link, #av-cookie-consent-badge {
background-color: #ffffff;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Perfect thank you!
