Splash Theme Help

Permalink
Does anyone here use the Splash theme? I'm trying to use it for the home page of my site. When I enter edit mode, I can edit the header and footer, but there's not a red box for editing the main part of the body. Is there a problem with the install or am I not understanding how it works?
This is what I've been able to do so far:
www.www.jennifercarlsonphotography.com...

 
alexismg replied on at Permalink Best Answer Reply
you need to use the 'add CSS' in :

Dashboard / Pages&Themes / Splash theme -> Customize

for this theme, there is a container in the centre; this is probably where you'll want to add an image.

so, you'd say

#container
{
background: url('myimage.jpg') no-repeat center;
}


the url for your image (assuming you've uploaded one using the c5 dashboard) can be found by going to the file in your File Manager and looking at its Properties.

that should do it!
jennphotos replied on at Permalink Reply
Thanks! Very helpful. :)