I have two questions:
The default color for the matrix theme is a white background but is there a way to make it transparent to fit my own theme?
The next question is the font size. I was able to locate where to change the font size but its only changing the 'sidebar'. I want to change the main gallery itself where the thumbnails are. I was doing all my research but couldn't find anything. I looked at /gallery/themes/matrix/styles/theme.css and /gallery/templates/global.tpl but nothing is working for me. I'm running on ideas. Please help! I'll appreciate it.
Posts: 238
I'm not quite sure what you mean by transparent. There are several things you might consider. You might consider editing colors in matrix/styles/theme.css to match your site's theme. You could also apply your site's style sheet to gallery by adding a link or @import to templates/global.tpl.
Do a find for "font-size" to change font sizes in themes/matrix/styles/theme.css.
Posts: 39
Well the default color is white for 'matrix'. Is there a way to get rid of the white with just the tables?
How about the font style? What should I look for? Thanks.
Posts: 238
Try editing "background-color" in the "td.gbItemAlbum" declaration.
Change "font-family" declarations in the style sheet.