Developer
Last updated
Was this helpful?
Last updated
Was this helpful?
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 -
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.
Add your custom CSS style to custom.css. Edit the file using the online theme editor at Theme actions -> Edit code.
Add your custom JavaScript code to custom.js. Edit the file using the online theme editor at Theme actions -> Edit code.