• I use this plugin to display dark mode on my site, and when I activate it, the name and email fields appear dark on my site.
    I want dark mode not to be applied to that field, therefore I excluded the .mailpoet_text class from dark mode in the dark mode plugin settings.
    However, that method didn’t work, so finally I tried to add CSS `.wp-dark-mode-active input.mailpoet_text {
    background-color: white! important;
    color: black! important;
    }` on the custom CSS in your plugin, and it’s still not working
    Even though when I added that code to dev tolls, the code worked fine
    Why?
    What I want when dark mode is active: https://prnt.sc/12o4cjy
    What’s happening (error) now: https://prnt.sc/12o4b9f
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi!

    This might be happening because we don’t support the dark mode in MailPoet yet.

    We don’t support CSS customizations but I’m wondering if this could work if you add that rule in Customize -> Additional CSS (so it applies to the global style) instead of the custom CSS in our plugin. It might worth giving a try.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS doesn’t work’ is closed to new replies.