HEADER'S BACKGROUND COLOR

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8506
    diatredu
    Member

    Hi, I would like to know if there is a way to change the header’s color from black to white or any other…

    Thank you!

    ,Diego

    #8517
    Raghavendra
    Moderator

    You can use the following Custom CSS in theme options –

    #header {
    background: rgba(58, 62, 62, 0.7);
    }
    

    Pls change the RGB color values above.

    #8536
    diatredu
    Member

    Thank you, it does work, but now is not transparent and when scrolling it turns bak to its original color… Is ther anything I can do to fix that?

    Thanks!

    #8544
    Raghavendra
    Moderator

    Can you add #header.sticky to the above selector ? Pls post a reply as a private message with the URL if that does not help and I can take a look.

    #header, #header.sticky {
    background: rgba(58, 62, 62, 0.7);
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.