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

    I’m using the small fixed header, which currently has the right background color for what I’m trying to achieve.

    However, when I scroll, the header minimizes and turns transparent. How can I change this so that when it minimizes, it retains its background color from when it’s large.

    http://dev2.israeliconference.net/

    #213653

    Hi erikkIsrael!

    Add this on Quick CSS:

    #header {
    background-color: #4d3318;
    }
    
    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Cheers!
    Ismael

    #214575

    Wonderful thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Small Fixed Header Color’ is closed to new replies.