• 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)
  • 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 or add it in your site using the following plugin:

    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

    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.

    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.