Need some CSS help with header

tomoscotttomoscott Registered Users Posts: 92 Big grins
edited May 3, 2014 in SmugMug Customization
The header on my site - www.tomoscott.com - positions itself the way I want it to. The problem is that the text is too hard to read.

I'd like the logo and the menu in the header, as you scroll down, to keep the background color visible, so that the menu can be read.

Any help will be greatly appreciated!!

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 3, 2014
    You could try something like this, add a transparent background.
    .sm-page-layout-region-header {
       background:rgba(255, 255, 255, .60) !important;
       width:100% !important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • tomoscotttomoscott Registered Users Posts: 92 Big grins
    edited May 3, 2014
    Fantastic!!! Thanks so much, Allen, I really appreciate the help!
Sign In or Register to comment.