FTP Upload:
- Open up your FTP manager and connect to your hosting
- Browse to required directory (Normally public_html)
- Upload the files inside feux-html folder.
Created: 18 February 2025
Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to create a support ticket at our Themeforest profile. We are here to support you 24/7 hours.
Home pages
Inner pages
to change the font family: assets->scss->utils->_typography.scss and edit. for better understanding check the screenschort.
Just make sure all of the css was compiled from scss, so if you want to edit any css, we recomend to use Scss and compile SCSS files. for better understanding check out the screenschort
If you want to create any new section style, just create the sass style and make sure you placed that to style.scss file
<!-- All CSS files included here --> <link rel="stylesheet" href="assets/vendor/bootstrap.min.css"> <link rel="stylesheet" href="assets/vendor/all.min.css"> <link rel="stylesheet" href="assets/vendor/swiper-bundle.min.css"> <link rel="stylesheet" href="assets/vendor/progressbar.css"> <link rel="stylesheet" href="assets/vendor/meanmenu.min.css"> <link rel="stylesheet" href="assets/vendor/magnific-popup.css"> <link rel="stylesheet" href="assets/vendor/animate.min.css"> <link rel="stylesheet" href="assets/vendor/nice-select.css"> <link rel="stylesheet" href="assets/css/style.css">
<!-- All javascript plugins are included here --> <script src="assets/vendor/jquery-3.7.1.min.js"></script> <script src="assets/vendor/bootstrap.bundle.min.js"></script> <script src="assets/vendor/jquery.magnific-popup.min.js"></script> <script src="assets/vendor/swiper-bundle.min.js"></script> <script src="assets/vendor/counter.js"></script> <script src="assets/vendor/progressbar.js"></script> <script src="assets/vendor/gsap.min.js"></script> <script src="assets/vendor/ScrollSmoother.min.js"></script> <script src="assets/vendor/ScrollTrigger.min.js"></script> <script src="assets/vendor/SplitText.min.js"></script> <script src="assets/vendor/jquery.meanmenu.min.js"></script> <script src="assets/vendor/nice-select.min.js"></script> <script src="assets/vendor/backToTop.js"></script> <script src="assets/js/main.js"></script>
You can select any menu and just find out the header and change your logo. for better understanding check the screenschort
To remove the Preloader, just remove the HTML code from the very top of the each HTML files. for better understanding check the screenschort
To remove the smooth scrolling, just remove the HTML code from the very top of the each HTML files. for better understanding check the screenschort
To remove scroll to Top, just remove the HTML code from the very top of the each HTML files. for better understanding check the screenschort
If you have any questions that are beyond the scope of this help file, please feel free to create a support ticket at our Themeforest profile. We are here to support you 24/7 hours.