I'm trying to fix the overlapping between the button and text and however the css files are external.
I found the css files in :http://addtocalendar.com/atc/1.5/atc-style-glow-orange.css
I downloaded and I changed my files
glow_orange:
css:
component:
/libraries/addtocalendar/atc-style-glow-orange.css: {}

however it's not taking the new file. Any suggestion?

It would be nice if we can have this functionality in the near future more easely changeable.

CommentFileSizeAuthor
error.png16.98 KBavalers

Comments

avalers created an issue. See original summary.

avalers’s picture

Issue summary: View changes
avalers’s picture

I've been able to change it.
After the changes in the file,

base:
css:
component:
/libraries/addtocalendar/atc-base.css: {}
js:
/libraries/addtocalendar/atc.min.js: {minified: true}
glow_orange:
css:
component:
/libraries/addtocalendar/atc-style-glow-orange.css: {}

I uninstalled and installed again the module and it was working properly.