Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #405270

    Hi, i need to change the color of the header menu when the page scrolls down.
    How can i change that?
    Regards

    #405282

    Hi druzes!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”. You can change transparent header menu color in Enfold theme options > Header > Transparency Options

    Best regards,
    Yigit

    #405284

    Thank you, but what i mean is the entire header, not only the menu links, sorry.

    #405292

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled #header_main {
    background-color: red;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    }
    #header_main {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    }

    Regards,
    Yigit

    #405900

    worked just great ;) thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change color header when page scrolls’ is closed to new replies.