# How to Customize
At the start of the 📄 HTML/js/app.js file, find the app.options object. This is where you can adjust the main template options. These are global options, which means they are applied to all the template pages.
window.app = {
/**
* --- Template Options ---
*/
options: {
header: {
// header options
},
smoothScroll: {
// smooth scroll options
},
virtualScroll: {
// virtual scroll options
},
preloader: {
// preloader options
},
cursorFollower: {
// cursor follower options
},
cursorLoading: true,
ajax: {
// ajax options
},
gallery: {
// gallery options
},
autoScrollNext: {
// auto scroll next options
},
animations: {
// animations options
},
circleTemplate: {
// circle template options
},
preloadComponents: true
}
}
← Contact Form Header →