Using themes
The current theme can be found in the code in the CDN/theme directory
It is a simple cart.html and cart.css which is dynamically loaded via the sr.js file.
You can create your theme file and either replace these files or put the location of the theme file in the init function.
As long as you use the same IDs that are in the original theme then you can apply any style you want. We have made this as simple as possible to make it as extendable as possible. However, there is scope for large improvements in the theming capabilities that we will hopefully address soon.
Last updated
Was this helpful?