For imaged background blog, whenever you scroll down, the image will follow and repeat the image if the size isnt big enough. So how to make a fixed background ? Here’s a simple way on how to make it. Follow the instuction one by one and you will be fine.
1. Open up style.css using your wordpress admin theme editor (Appearance–> Editor). Make sure the file is set to 777 so you can edit it.
2. Upload your background file to your desired location via file manager or any FTP programmed
3. Change the code for background color to the boxed code. change it to
background-image:url(CHANGE-THIS-TO-YOUR-BACKGROUND-IMAGE-URL.jpg’) ;
background-repeat: no-repeat;
background-attachment: fixed;
4. Click Update to save.
4. Change back your Style.css to 644 and you are done ! Refresh your page and it should be there !


















