Title: CSS with Elementor pagebuilder
Last modified: December 29, 2019

---

# CSS with Elementor pagebuilder

 *  Resolved [techniknerd](https://wordpress.org/support/users/techniknerd/)
 * (@techniknerd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-with-elementor-pagebuilder%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [markoarula](https://wordpress.org/support/users/markoarula/)
 * (@markoarula)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/#post-12299826)
 * Hello,
 * can you disable maintenance mode?
 *  Thread Starter [techniknerd](https://wordpress.org/support/users/techniknerd/)
 * (@techniknerd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/#post-12301081)
 * I have set up an acc for you.
    Username: wpnight pw: wpnight
 *  Plugin Author [markoarula](https://wordpress.org/support/users/markoarula/)
 * (@markoarula)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/#post-12335233)
 * 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](https://wordpress.org/support/users/techniknerd/)
 * (@techniknerd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/#post-12336079)
 * yes works. many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS with Elementor pagebuilder’ is closed to new replies.

 * ![](https://ps.w.org/wp-night-mode/assets/icon-128x128.png?rev=1894661)
 * [WP Night Mode](https://wordpress.org/plugins/wp-night-mode/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-night-mode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-night-mode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-night-mode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-night-mode/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [techniknerd](https://wordpress.org/support/users/techniknerd/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/css-with-elementor-pagebuilder/#post-12336079)
 * Status: resolved