Developer
Our recommendations:
1) track all the custom changes that you apply to the theme. It will help you greatly in future theme updates.
We recommend using the GIT software to track theme file changes.
Git - https://en.wikipedia.org/wiki/Git
2) keep your changes as separate as you can. The next two options are a good example of how to keep CSS and JS code separate.
Enable custom CSS file
Add your custom CSS style to custom.css. Edit the file using the online theme editor at Theme actions -> Edit code.
Enable custom JavaScript file
Add your custom JavaScript code to custom.js. Edit the file using the online theme editor at Theme actions -> Edit code.
Last updated