HD Background

436 views
How to i get the background to be HD, currently when i upload a HD background it gets blurred out and looks ugly.
Step 1. make sure the resolution of the background is good.

Step 2. go to ADMIN>Design>Developer Code> CSS Code

Copy & Paste this: 

body {

background-image: url("yourimageurl");

background-repeat: no-repeat;
}


After that you can upload an image to imgur or something and paste the link inside the quotes then save your changes and see the results, also make sure to delete any uploaded Image cause it will overwrite the code and act as if its not there.
Reply