|   | 
  
  
	Neutral
  | 
	 Vriouss said:  it would be  background: transparent  not background-image  
 
    It still just turns the whole page background dark green       
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	
	
	 | 
|   | 
  
  
	Neutral
  | 
	But yeah, it is still green for both. I'll probably just give up on it for now xD  
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	PurpleParadox said:  Vriouss said:  it would be  background: transparent  not background-image     It still just turns the whole page background dark green      Very late, but you can try putting background:transparent; in your .mainscreen codes. It removes the green background, so your .pgbg transparency should work  ^^  
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	ah- i know this has been asked a lot- but i still can't quite figure it out. How exactly do you change the site background (the forest image) and header (the thing that has wolfplay on it) to images that you've made?  
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	 {Taken directly from Venn, I can explain it further if you like Lyl}  .daybody { background: #262936; }  Nighttime BG only:  .nightbody { background: #2e3141; }     Use both together if you want the background to remain permanent.     *****     To change the wolfplay header image, use the following:  Spring only: .mainscreen1 { background: #000000; }
  Summer only: .mainscreen2 { background: #000000; }
  Fall only: .mainscreen3 { background: #000000; }
  Winter only: .mainscreen4 { background: #000000; }     *To change to image use background: url(link);    Edited at March 17, 2021 11:15 AM by Devil's Gambit 
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	So I would replace the "#000000" with the "url(link);"?  
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	Yep, though you'll want to add additional coding on top of that, like background-size: 100%; background-position: fixed; etc.   Lylicam said:  So I would replace the "#000000" with the "url(link);"?  
 
      
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	Alright, thanks so much :D <3  
	 |  
	 |   
	
	 | 
|   | 
  
  
	Neutral
  | 
	No problem, feel free to pm me if you need any more help ^^ Quite familiar with coding by now   Lylicam said:  Alright, thanks so much :D <3  
 
      
	 |  
	 |   
	
	 |