Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #350281

    In the link below, the header area turns white when the browser is shrunk, but I would like it to stay semi-transparent white all the time.

    This css works, but fails when the browser width changes:

    .header_bg{
    opacity: 0.3;
    }

    #350391

    Hi koala!

    Try adding an override rule to it.

    .header_bg { opacity: 0.3 !important; }
    

    Cheers!
    Elliott

    #350991

    that worked great!

    • This reply was modified 10 years ago by koala.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header area changes color when browser is shrunk’ is closed to new replies.