If I wanna customize theme.css, do I copy it to local directory to ensure it will not get overwritten by future theme upgrade? The header for theme.css doesn't say anything about this...
If yes, where do I create the theme directory?
For gallery2/themes/matrix/theme.css
Do I create gallery2/themes/matrix/local/theme.css?
TIA
Posts: 16504
Yep, that's the right place.
Posts: 26
Thanks for clearing this up.
Also, could someone spell this out in the header of theme.css
Posts: 26
Also,
When I created my local copy of theme.css The icons from first/previous/next/last dissapeared (navigation icons). I checked with (explorer/opera/firefox) When I deleted the local copy, they magically reappeared. Is this a bug?
Posts: 16504
Crap, I forgot about that. If there are any images referenced in your .css file, you need to move/copy the images directory into the localdirectory you created. You might be able to edit the .css file to change the references to the images with ../images, I can't remember if that works or not.
Posts: 2
Or you could just create a symbolic link in "local" to the "../images" directory.