3 comments found.
Is it possible to easily disable the preload animation with the coin?
If you want to remove the coin preload animation from your site:
1. Open the file: src/templates/layouts/main.html
2. Find and remove the following line: {% include “partials/preloader.html” %}
3. Rebuild the project – Open a new terminal in Visual Studio Code and run: npm run build or npm run start
This will remove the preloader and reload your development server without the animation.
Congratulations, best of luck with sales:)
Thanks