overlay on background images

GK User
Thu Sep 22, 2011 8:09 am
Hi,
I would like to add a background image overlay.
I made a change to the code, but does not work.

I added this line of code:
. background # page-body {background: url (.. / images / patterns / raster.png) 50% 0 repeat;}

how can I do?
thanks
Marlais
User avatar
Expert Boarder

GK User
Tue Oct 04, 2011 12:35 pm
Hi!

Where did you add the code?

Try altering the css file - for example pattern1.css.

Code: Select all
html {
   background: none;
}

body {
   background: #e5e5e5 url('../images/patterns/bg1.jpg') no-repeat center top;
}
User avatar
Fresh Boarder


cron