View Single Post
  #2  
Old 10-21-2016, 01:16 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 65,254
Dinocanid is on a distinguished road
Default

Depending on which theme you're using, you would go into the css file, find the line that says background, which should be near the very top, and change it to this:
PHP Code:
backgroundurl("PutDirectImageLinkHere"no-repeat;
background-size:100%; 
If you're using the default/main theme, this would be found in templates>main>media>style-city.css

The background size makes sure the image fills the screen without any white space and the no-repeat makes sure the image doesn't show up in tiles.
Reply With Quote