Background Image

I’ve created website on av arcede engine (css is like wordoress) and theme name is tgt genisis [http://alldinosaurgames.com]
I want to use the background image. I can upload here css file if it’s necessary.
Thanks in advance.

You should need something along the lines of this in your CSS file, with the path amended to suit where you actually hold the image:

body { background-image: url("images/paper.gif"); background-color: #cccccc; }

1 Like

Thanks a lot it works but how to make the image stuck in place? I mean when scroll down but background image doesn’t move.

background-attachment: fixed ;
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.