[ad_1]
I fixed everything with adding the code from the FAQ “Customization”, then made my way through the CSS jungle …
Plugin Author
Erik
(@codekraft)
Ciao @soundflix, sure it’s possibile!
In your case maybe it’s easier to add to the plugin style a custom style for the header and the footer when the dark mode is enabled. Just add this code below the one that you added for this plugin:
html.dark-mode .wp-block-template-part { --wp--preset--color--background: #f3f3f3; --wp--preset--color--foreground: #222030 }
(Ah I only now read that you have solved it! Yes the css is ‘funny’ 😉)
-
This reply was modified 7 hours, 37 minutes ago by
Erik.
