Home Forums Pro Themes Musicsong Pro Change header and footer colours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100447

    How can i change the header and footer colours? As when i scroll down the header turns gray

    #100477
    wensolutions
    Keymaster

    Hello

    To change the color of the header on scroll, please attach the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    .menu-sticky #masthead.nav-shrink {
        background-color: #588cb9;
    }

    Also, to change the footer color, please attach the below given CSS

    #colophon {
        background-color: #384e63;
    }

    Hope this helps.

    For any further query/confusion, feel free to reach back to us.

    Regards!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.