Posted by DrupalEasy.ir on August 15, 2011 at 7:58pm
3 followers
Jump to:
| Project: | BlueMasters |
| Version: | 6.x-1.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | DrupalEasy.ir |
| Status: | active |
Issue Summary
Since I installed this themeوworked well
But
A few days background Image Not shown
I think this is because there are a large photo in background.
You can see this here .
How do I fix this problem?
| Attachment | Size |
|---|---|
| blumaster_backgroudimage_not_shown.JPG | 114.64 KB |
Comments
#1
Hi,
1. Add following code in bluemasters.info file:
stylesheets[all][] = local.css2. Create a custom css file say local.css. Try adding following css in 'local.css' file.
body {background:#666666 url(images/bg.png) repeat scroll 0 0;
}
3. Please clear cached data here- admin/settings/performance.
Now if you can see the background then please check if 'bg.gif' image is there in 'bluemasters/images/.' dir.
HTH!!
Rgrds,
Deepika Chavan.
#2
Bluemasters uses two bg images. For it to work right on the iPad you need this:
body { background: url(images/bg.png) repeat-x, url(images/bg.gif); }