Jump to content

transparent background issue.

Featured Replies

Posted

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

 

30d82c5a1c.png

And this is when i highlight text. There is the same issue for other text in front end as well. 

c8df6c85d6.png

 

 

 

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;
}

 

  • 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? 

Link me to the website. You can PM me if you'd like.

You should remove color: #fff from the html, body-elements. You need to be more specific on which text to appear white.

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.

  • Author

text like:  (selected text). I also have user pages app. text over there is also not vissible.

259423996a.jpg

 

6 minutes ago, Zenithlt said:

text like:  (selected text). I also have user pages app. text over there is also not vissible.

259423996a.jpg

 

Give us a link to the page, so we can get the div class.

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;

  • Author

Is there then any more simple way to have background picture? 

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.

Recently Browsing 0

  • No registered users viewing this page.