[Video] How to Customise Your Event’s Background

Last week we wrote about 13 Great Examples of Customised Event Pages on Eventbrite, so this week we’re going to show you one of the ways these organisers achieved their distinctive looks, by utilising a custom background image.

This simple tutorial will walk you through the steps to apply a custom background image to your event pages, whether it’s the existing background image from your main website, or a new image downloaded to your computer.

http://www.youtube.com/watch?v=tkgSQUiYlik

Code snippet to copy and paste:

<style type=”text/css”>
body
{

background-image:url(‘ENTER URL HERE’);
background-repeat:repeat-x;
background-size: cover;

background-position:center top;
background-attachment:fixed;}
</style>

Have fun playing with your background images, and share your new event pages with us in the comments below!