Title: Query
Last modified: September 15, 2018

---

# Query

 *  Resolved [birdbrainsolutions](https://wordpress.org/support/users/birdbrainsolutions/)
 * (@birdbrainsolutions)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/query-26/)
 * Hi Markoarula,
 * Firstly, thank you for creating this plugin!
 * Can you please have a look at this subdomain and tell me how to change the entire
   navbar to the color in css? I tried #site-header .wp-night-mode-on in the css,
   but not quite sure how to proceed.
 * Also, is there a way to change the color (when nightmode is switched on) for 
   mystickymenu plugin (sticky navbar on scroll)? Right now I can set it to one 
   color only (either white or dark).
 * Thank you and have a lovely day!
 * yours sincerely,
 * Birdbrain Solutions
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fquery-26%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [markoarula](https://wordpress.org/support/users/markoarula/)
 * (@markoarula)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/query-26/#post-10713454)
 * Hi,
 * first of all sorry for the late reply, I’ve been very busy so I didn’t have too
   much time for support.
 * This CSS should cover everything on your Homepage (navbar, sticky navbar, footer
   and all sections with background colors and text colors):
 *     ```
       body.wp-night-mode-on #site-header,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-e656873,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-c7d5c75,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-1f4f423 > .elementor-element-populated {
       	background: #444444 !important;
       }
   
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-a1b0a14 .elementor-container,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-a1b0a14 .elementor-container *,
       body.wp-night-mode-on #scroll-top > span,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-3317864 * {
       	background: transparent !important;
       }
   
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-fccf76e * {
       	background: #000000;
       }
   
       body.wp-night-mode-on #site-logo a.site-logo-text,
       body.wp-night-mode-on .elementor-19 .elementor-element .eae-separator-title,
       body.wp-night-mode-on .elementor-19 .elementor-element .obfx-service-title,
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-b817bc3.elementor-widget-heading .elementor-heading-title {
       	color: #ffffff !important;
       }
   
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-1f4f423 > .elementor-element-populated input[type="email"] {
       	background-color: #1e73be;
       }
   
       body.wp-night-mode-on .elementor-19 .elementor-element.elementor-element-1f4f423 > .elementor-element-populated input[type="email"]:hover {
       	background-color: #13aff0;
       }
   
       body.wp-night-mode-on #site-logo a.site-logo-text:hover {
       	color: #1e73be;
       }
   
       body.wp-night-mode-on #footer-bottom.no-footer-nav #copyright {
       	background: #1b1b1b;
       }
       ```
   
 * Let me know if the above code helped you.
 * Best regards

Viewing 1 replies (of 1 total)

The topic ‘Query’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [markoarula](https://wordpress.org/support/users/markoarula/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/query-26/#post-10713454)
 * Status: resolved