Hello. I have a custom image background. Is there a way to keep it “fixed” for the mobile site? If I scroll down currently the picture scrolls out of frame and I end up with white text on a plain white background.
Hi, it looks like css background-attachment: fixed property is not supported on some mobile devices. You can use this custom css code, that should work.
Hmm.. It’s fine on Firefox mobile, just not the default Android browser. I tried to override the plain white background to something darker in the CSS, but couldn’t figure it out. Is it possible to change the white color behind the custom jpg to another color?
Do you want to have dark background color for body, then you can use one of predefined colors in css/skins/background/ folder, or you can give any color to body background like this;