Zenithlt Posted August 19, 2016 Share Posted August 19, 2016 Hello, So i added this code to custom.CSS: #ipsLayout_header header { background-color: transparent; } html, body { background: url(/header-content.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff } Text in admin cp becomes invisible or something And this is when i highlight text. There is the same issue for other text in front end as well. Link to comment Share on other sites More sharing options...
TheHappenen Posted August 21, 2016 Share Posted August 21, 2016 Try this: #ipsLayout_header header { background-color: transparent; } #ipsLayout_header header a { color: #000; } html, body { background: url(/header-content.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff; } Link to comment Share on other sites More sharing options...
Zenithlt Posted August 21, 2016 Author Share Posted August 21, 2016 3 hours ago, TheHappenen said: Try this: #ipsLayout_header header { background-color: transparent; } #ipsLayout_header header a { color: #000; } html, body { background: url(/header-content.jpg) no-repeat center center fixed, #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #fff; } Did not solve the issue But thanks for reply any1 has more sollutions? Link to comment Share on other sites More sharing options...
TheHappenen Posted August 21, 2016 Share Posted August 21, 2016 Link me to the website. You can PM me if you'd like. Link to comment Share on other sites More sharing options...
TSP Posted August 22, 2016 Share Posted August 22, 2016 You should remove color: #fff from the html, body-elements. You need to be more specific on which text to appear white. Link to comment Share on other sites More sharing options...
TheHappenen Posted August 22, 2016 Share Posted August 22, 2016 9 hours ago, TSP said: You should remove color: #fff from the html, body-elements. You need to be more specific on which text to appear white. #ipsLayout_header header a { color: #000; } If he's using the Layout header, and adds what I put in, it should have overwritten it. We just need to find out what div class it is, and make a special css edit. Link to comment Share on other sites More sharing options...
Zenithlt Posted August 22, 2016 Author Share Posted August 22, 2016 text like: (selected text). I also have user pages app. text over there is also not vissible. Link to comment Share on other sites More sharing options...
TheHappenen Posted August 22, 2016 Share Posted August 22, 2016 6 minutes ago, Zenithlt said: text like: (selected text). I also have user pages app. text over there is also not vissible. Give us a link to the page, so we can get the div class. Link to comment Share on other sites More sharing options...
Zenithlt Posted August 22, 2016 Author Share Posted August 22, 2016 http://albion.lt Link to comment Share on other sites More sharing options...
TheHappenen Posted August 22, 2016 Share Posted August 22, 2016 For the footer, you can go into your styles css, and search for: #ipsLayout_footer a Then change the color for the font. Right now the color is: #333333; Link to comment Share on other sites More sharing options...
Zenithlt Posted August 22, 2016 Author Share Posted August 22, 2016 Is there then any more simple way to have background picture? Link to comment Share on other sites More sharing options...
Mark Round Posted August 22, 2016 Share Posted August 22, 2016 your question is unclear,do you want the content area to be transparent? im guessing this is the case.Let me know. look here for example http://www.iosgaming.ca/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.