Using a background image

Permalink Browser Info Environment
Is there a way to use an uploaded image as a background for every page on the site? Also, is it possible to have some pages use a different background image? I can change the color for the whole site, but would prefer to use an image.
Thank you!

Type: Discussion
Status: New
Bluehills
View Replies:
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
No, with the current version, it is not possible to have custom images as a background (unless you know CSS). However, I have made note of this, and will see about adding this as a new feature / option in the next version release (1.7), to be released very soon!
EmeraldStar replied on at Permalink Reply
EmeraldStar
Here is what you do to set a background image. (Assuming you are using the default template.)

Step one: Go to - public_html/concrete/themes/default/images
and upload your picture

Step two: Edit the CSS
Go to - public_html/concrete/themes/default/main.css

Now at the very top of the file you should see:
body {/* customize_background */ background-color: #ffffff; /* customize_background */ padding: 0px; margin: 0px;


You want to add this code right after it:
background-image:url(images/your_image_name.gif);
background-position:center;
background-repeat:repeat-y;}


This will put an image as the background, center it and repeat it vertically all the way down.

So the ending code block should look like this:
body {/* customize_background */ background-color: #ffffff; /* customize_background */ padding: 0px; margin: 0px;
background-image:url(images/your_image_name.gif);
background-position:center;
background-repeat:repeat-y;}


Hope that helps!
Bluehills replied on at Permalink Reply
Bluehills
Thank you! This is very helpful.
EmeraldStar replied on at Permalink Reply
EmeraldStar
Glad it's helpful. You're welcome. :)
Bluehills replied on at Permalink Reply
Bluehills
I will keep an eye out for the new version. Otherwise, I like the template.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.