Closed (fixed)
Project:
BlueMasters
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
15 Aug 2011 at 19:58 UTC
Updated:
6 Dec 2019 at 12:09 UTC
Jump to comment: Most recent
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?
| Comment | File | Size | Author |
|---|---|---|---|
| blumaster_backgroudimage_not_shown.JPG | 114.64 KB | DrupalEasy.ir |
Comments
Comment #1
Deepika.chavan commentedHi,
1. Add following code in bluemasters.info file:
2. Create a custom css file say local.css. Try adding following css in 'local.css' file.
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.
Comment #2
d_hall commentedBluemasters 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); }
Comment #3
djsagar commentedHi,
It's working fine.
Thanks!
Comment #4
gaurav.kapoor commentedComment #5
gaurav.kapoor commented