[SOLVED] BGIMAGE in Matrix theme

chrishendrickx

Joined: 2005-08-07
Posts: 5
Posted: Sat, 2005-09-03 23:50

I'd like to add a bgimge to replace the boring white. Where in the code for the matrix theme would I put this?

Thanks!

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Sun, 2005-09-04 00:38

gallery2/themes/matrix/theme.css

 
chrishendrickx

Joined: 2005-08-07
Posts: 5
Posted: Sun, 2005-09-04 12:57

Aha! Thank you!

After much playing around you add a line, heres the final result:

#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80.5%;
    color: #333;
    background-color: #fff;  
    background: url('../matrix/images/g2bkg.jpg');
}

the line
background: url('../matrix/images/g2bkg.jpg');
is what I had to add.

Now to just the grey sections fixed... I'm almost there!