Article suggestions
  1. Home
  2. smartsites
  3. Adding a custom website background

Adding a custom website background

Just by using some simple CSS you can easily add a custom background image to your website.

All you need to do is grab the URL of your chosen background and insert it into the snippet below.

body {
  background: #fff url('http://www.yourschool.com/your_bg_image.jpg') no-repeat top left;
}

Before:
css_custom_bg1

After:
css_custom_bg2

For more information on the CSS Background property try taking a look at this guide

 
Thank you for leaving a rating!
Did you find this article helpful?
0 out of 0 people found this article helpful so far
Can't find what you're looking for? Get in touch
How can we help?
Send your question below and we'll get back to you as soon as possible.
Cancel
translation missing: en.kb.default.contact_form_error
×
Thanks for your message!
Thanks for your message!
×