Help > Forum > Темы и внешний вид > Changing the background image

Changing the background image

These instructions are for the old themes. If you are using a new theme, please use these instructions instead.

Please follow the instructions below to specify a background image:

  1. Login to your Website Toolbox account.
  2. Click the Appearance link.
  3. In the Appearance menu, click the HTML link.
  4. Add the following code to the Head text box:

    <style>
    html, body{
    	background: url('PLACE IMAGE URL HERE');
    	background-size: cover;
    	background-attachment: fixed;
    }
    </style>
    

  5. Save the settings.

If your background image is stored on your computer and you don't have a URL for it, you can upload it to a image hosting service such as http://photobucket.com/ or http://www.imageshack.us/.

If you need assistance setting up a page background image, please contact us and we'll be glad to do it for you. Be sure to attach your background image or mention the URL to your background image.


If you still need help, please contact us.