• Resolved techniknerd

    (@techniknerd)


    Hello I work with elementor. I want the white part to change to gray. And the rest black. When the dark mode is activated. Do you have a code? have already tried different things.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author markoarula

    (@markoarula)

    Hello,

    can you disable maintenance mode?

    Thread Starter techniknerd

    (@techniknerd)

    I have set up an acc for you.
    Username: wpnight
    pw: wpnight

    Plugin Author markoarula

    (@markoarula)

    Hi,

    please try with this CSS:

    body.wp-night-mode-on .elementor-element-625ded79 .elementor-container * {
      background: gray !important;
    }
    
    body.wp-night-mode-on .elementor-element-55410446 .elementor-container * {
      background: gray !important;
    }

    let me know if that’s good enough.

    Best regards

    Thread Starter techniknerd

    (@techniknerd)

    yes works. many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS with Elementor pagebuilder’ is closed to new replies.