FTP Upload:
- Open up your FTP manager and connect to your hosting
- Browse to required directory (Normally public_html)
- Upload the files inside Axtra folder.
Created: 19 November 2022
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
Service pages
Portfolio pages
Team pages
Blog pages
Other pages
to change the font family: assets->scss->utils->_variables.scss and edit the line number 112. 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 we have separate SCSS files for each element. for better understanding check out the screenschort
If you want to create any new scss files. Just create the files and make sure you included that to master.scss files
<!-- All CSS files included here --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/all.min.css"> <link rel="stylesheet" href="assets/css/swiper-bundle.min.css"> <link rel="stylesheet" href="assets/css/progressbar.css"> <link rel="stylesheet" href="assets/css/meanmenu.min.css"> <link rel="stylesheet" href="assets/css/master.css"> <link rel="stylesheet" href="style.css">
<!-- All javascript plugins are included here --> <script src="assets/js/jquery-3.6.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/counter.js"></script> <script src="assets/js/gsap.min.js"></script> <script src="assets/js/ScrollTrigger.min.js"></script> <script src="assets/js/ScrollToPlugin.min.js"></script> <script src="assets/js/ScrollSmoother.min.js"></script> <script src="assets/js/SplitText.min.js"></script> <script src="assets/js/chroma.min.js"></script> <script src="assets/js/jquery.meanmenu.min.js"></script> <script src="assets/js/main.js"></script>
We have 4 variations in menu so you can select any menu and just find out the header and change your logo. for better understanding check the screenschort
To remove the cursor, just remove the HTML code from the very top of the each HTML files. 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 Templatemonster profile. We are here to support you 24/7 hours.