While trying to modify my embedded theme (default Matrix), I noticed that the css changes were not changing anything. According to the gallery module install tab everything looks like it has the correct paths.
However the path to the G2 theme css are incorrect:
/~mysite/drupal/~mysite/gallery2/modules/core/data/gallery.css
/~mysite/drupal/~mysite/gallery2/themes/matrix/local/theme.css
Where are these paths set and how do I correct them?
Comments
Comment #1
droolpal commentedAlso, when modifying the look of my gallery, is it better to modify /theme/mytheme/local/theme.css or /modules/core/data/gallery.css
Comment #2
droolpal commentedOn this point I will modify the local css, as the module css could change with upgrade.