I am trying to make changes to the following file but unsure how I can copy it over the to theme? As I do not want to edit the core gallery file?
lib/web/mage/gallery/gallery.html
I've moved this to:
app/design/frontend/theme/theme/web/mage/gallery/gallery.html
But still seems to be using the lib/web/mage/gallery/gallery.html file?
How can I get edit this file from within my theme?
1 Answer 1
Should be the right location.
Have you removed your pub/static & var/* and executed bin/magento setup:static-content:deploy?
-
Thanks, removing the
pub/staticandvar/and running thebin/magento setup:static-content:deployhas made my changes appear.lky– lky2017年09月26日 15:43:16 +00:00Commented Sep 26, 2017 at 15:43