[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! |
|

Posts: 808
gallery2/themes/matrix/theme.css
Posts: 5
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!