Tibory Posted February 20, 2015 Share Posted February 20, 2015 Hello,Does anyone know where I would find the code to add transparency to the forum header - It's currently blue on the these forums but I want it to be slightly transparent on my own.Any help would be appreciated. Link to comment Share on other sites More sharing options...
Cemmos Posted February 20, 2015 Share Posted February 20, 2015 Add to custom.css:#ipsLayout_header header { background-color: rgba(61, 94, 120, 0.6); }But unless you're adding a background image to your site or something, it's just going to look like a lighter blue color. Link to comment Share on other sites More sharing options...
Tibory Posted February 20, 2015 Author Share Posted February 20, 2015 Thanks Cemmos! Link to comment Share on other sites More sharing options...
Will Munny Posted March 2, 2015 Share Posted March 2, 2015 I'm trying to get the header to be the same width as the rest of the board. however, setting a max-width with this only works on widescreen desktops. It breaks the layout when it goes down to smaller screens. Anyone achieved this yet? Link to comment Share on other sites More sharing options...
DannyPhantom Posted May 29, 2015 Share Posted May 29, 2015 I tried this on IPS4 but the header isn't transparent.I set in custom.css a background, ipsLayout_header header { background-color: rgba(61, 94, 120, 0.6); } html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */ background: url(http://xxx/bg.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } I try to make the top background transparent for the background image, Link to comment Share on other sites More sharing options...
Vikestart Posted May 29, 2015 Share Posted May 29, 2015 I tried this on IPS4 but the header isn't transparent.I set in custom.css a background, ipsLayout_header header { background-color: rgba(61, 94, 120, 0.6); } html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */ background: url(http://xxx/bg.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } I try to make the top background transparent for the background image,Replace ipsLayout_headerwith#ipsLayout_header Link to comment Share on other sites More sharing options...
DannyPhantom Posted May 29, 2015 Share Posted May 29, 2015 I changed this, but it don't work #ipsLayout_header { background-color: rgba(200, 54, 54, 0.5); } html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */ background: url(http://newstyletattoo.com/bg.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } Link to comment Share on other sites More sharing options...
Vikestart Posted May 29, 2015 Share Posted May 29, 2015 I didn't say to remove "header"This is the correct form:#ipsLayout_header header { Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.