Title: Scroll down header colour
Last modified: August 22, 2016

---

# Scroll down header colour

 *  [txomin.sirera](https://wordpress.org/support/users/txominsirera/)
 * (@txominsirera)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-down-header-colour/)
 * Hi,
 * I’m using your theme and i’d like to change the colour of the navigation header
   that appears when you scroll down the page. I tried to find out the div or the
   class but if i change the background of those, the header navigation bar when
   you don’t scroll down changes its colour also… i don’t know if i explained myself
   properly haha.
 * Thanks

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/scroll-down-header-colour/#post-5681853)
 * Hey there txomin.sirera,
 * How are you doing today?
 * This could be done with some custom CSS. Try adding the following CSS code in
   the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       #header.skehead-headernav.skehead-headernav-shrink, #header.skehead-headernav.skehead-headernav-shrink #logo {
       background-color: #000;
       }
       ```
   
 * Replace the color hex value (#000) to the one of your choice. This should change
   the background color of the navigation that appears when you scroll down.
 * Have a great weekend 🙂
 * Cheers,
    Bojan
 *  [soleco](https://wordpress.org/support/users/soleco/)
 * (@soleco)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/scroll-down-header-colour/#post-5682168)
 * I have a similar question. What would you put to change the menu in white on 
   the home page, before your scroll down ? It’s not in a navigation bar, but superimposed
   to the header.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/scroll-down-header-colour/#post-5682169)
 * Hey soleco,
 * Generally you’d want to open a new thread as this one is really old. As you already
   posted here I’ll respond as well.
 * Can you please post link to your site where I can see this and also post a screenshot
   pointing to the section so I can understand better what you’re trying to change.
 * Looking forward for your response 🙂
 * Cheers,
    Bojan

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

The topic ‘Scroll down header colour’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/eptima-lite/1.0.9/screenshot.png)
 * Eptima Lite
 * [Support Threads](https://wordpress.org/support/theme/eptima-lite/)
 * [Active Topics](https://wordpress.org/support/theme/eptima-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/eptima-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/eptima-lite/reviews/)

## Tags

 * [header css](https://wordpress.org/support/topic-tag/header-css/)

 * 3 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/scroll-down-header-colour/#post-5682169)
 * Status: not resolved