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?

Comments

Deepika.chavan’s picture

Hi,
1. Add following code in bluemasters.info file:

   stylesheets[all][] = local.css

2. 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.

d_hall’s picture

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); }

djsagar’s picture

Issue summary: View changes
Status: Active » Needs review

Hi,

It's working fine.

Thanks!

gaurav.kapoor’s picture

Status: Needs review » Fixed
gaurav.kapoor’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.