t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

Theming not working #762

Closed chapuzzo closed 6 years ago

chapuzzo commented 7 years ago

I've been using this library for a while but I can't apply any kind of theming. I'm styling the swal-footer class in my css but as the original css code is inlined it takes precedence, how can I fix that?

t4t5 commented 6 years ago

The swal-footer isn't styled using inline CSS? Where do you see that?

theevilhead commented 6 years ago

https://sweetalert.js.org/docs/#swal-footer Follow this, you can just include plain external css. and BTW what are you trying to style??