• Resolved soundflix

    (@soundflix)


    I would like to exclude all headers and footers from switching to dark mode. Is that possible?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter soundflix

    (@soundflix)

    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 months, 1 week ago by Erik.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude Header and Footer’ is closed to new replies.