Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 19, 20168 yr 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.
August 21, 20168 yr 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; }
August 21, 20168 yr Author 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?
August 22, 20168 yr You should remove color: #fff from the html, body-elements. You need to be more specific on which text to appear white.
August 22, 20168 yr 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.
August 22, 20168 yr Author text like: (selected text). I also have user pages app. text over there is also not vissible.
August 22, 20168 yr 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.
August 22, 20168 yr 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;
August 22, 20168 yr 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/
Archived
This topic is now archived and is closed to further replies.