Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Zenithlt Posted August 19, 2016 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.
TheHappenen Posted August 21, 2016 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; }
Zenithlt Posted August 21, 2016 Author 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?
TheHappenen Posted August 21, 2016 Posted August 21, 2016 Link me to the website. You can PM me if you'd like.
TSP Posted August 22, 2016 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.
TheHappenen Posted August 22, 2016 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.
Zenithlt Posted August 22, 2016 Author Posted August 22, 2016 text like: (selected text). I also have user pages app. text over there is also not vissible.
TheHappenen Posted August 22, 2016 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.
TheHappenen Posted August 22, 2016 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;
Zenithlt Posted August 22, 2016 Author Posted August 22, 2016 Is there then any more simple way to have background picture?
Mark Round Posted August 22, 2016 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/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.