Log in

View Full Version : adding background image


Silver_Brick
10-21-2016, 09:58 AM
http://dacankey.mysidiahost.com/picuploads/png/ce9fb8ec63b6a6452ceb293e81e8a250.png
I want to add this background image in my website dacankey.mysidiahost.com any help will be appreciated

Dinocanid
10-21-2016, 01:16 PM
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:
background: url("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.