solved Background Image?

Ceri
Ceri
@adolygwr
9 years ago
370 posts
I get how to add a background image for my profile with customisation but how do I add one globally for the site? Can't seem to work it out :(


--
Ceri Shaw - AmeriCymru

updated by @adolygwr: 02/18/16 10:19:06PM
douglas
@douglas
9 years ago
2,790 posts
You can do this one of two ways:

1. You can upload the background image to your skins/YOURSKIN/img directory and then in your skins/YOURSKIN/css/site.css file, change the image name in the #wrapper selector.

Quote:
#wrapper {
margin:0 auto;
background-color: #C7C7C7;
background-image: url('{$jrNingja_img_url}/wrapper_bckgrnd.png');
background-attachment: fixed;
background-position: left top;
background-size: initial;
background-repeat: repeat-x;
}

Note that if you've cloned the jrNingja skin, then the$ jrNingja_img_url variable will not be jrNingja, but YOURSKIN_NAME instead.

OR

2. Go to your ACP > Skin Settings > Skin Images and upload a new image for the wrapper_bckgrnd.png image. After uploading be sure to check the check box to select that images as the wrapper background image then reset your system cache and image cache. You may also need to clear your browser cache.

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Ceri
Ceri
@adolygwr
9 years ago
370 posts
Many thanks...I used the second method....worked perfectly :)


--
Ceri Shaw - AmeriCymru