Dustrix - Construction & Industry HTML Template

Created: 10 Oct, 2021

Updated: 30 Jan, 2022

24/7 Support: Send us a message

Thank you for purchasing our template. If you have any questions that are beyond the scope of this help file, please feel free to email us

  1. FTP Upload:
    • Open up your FTP manager and connect to your hosting
    • Browse to required directory (Normally public_html)
    • Upload the files inside dustrix-html folder.
    <!-- Google Fonts
    ============================================ -->
    Poppins - <link href='https://https://fonts.googleapis.com/css2?family=Poppins' rel='stylesheet' type='text/css'>

		
	
    <!-- ===========  All Stylesheet  ================= -->

    <!-- fontawesome css plugins 
    ============================================ -->
    <link rel="stylesheet" href="assets/css/font-awesome.min.css">

    <!-- metismenu CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/metismenu.css">
    <
    !-- animate CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/animate.css">

    <!-- magnific-popup CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/magnific-popup.css">

    <!-- Owl Carousel CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">

    <!-- Owl Carousel CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/owl.theme.css">

    <!-- helper CSS
    ============================================ -->
    <link href="assets/css/helper.css" rel="stylesheet">

    <!-- Bootstrap CSS
    ============================================ -->
    <link href="assets/css/bootstrap.min.css" rel="stylesheet">

    <!-- Template Style CSS
    ============================================ -->
    <link rel="stylesheet" href="assets/css/style.css">

    <!-- Style CSS
    ============================================ -->
    <link rel="stylesheet" href="style.css">

    <!-- All JS Plugins -->

    <!-- jQuery
    ============================================ -->
    <script src="assets/js/jquery-1.12.4.min.js"></script>

    <!-- Bootstrap
    ============================================ -->
    <script src="assets/js/bootstrap.min.js"></script>

    <!-- Others jQuery Plugins
    ============================================ -->
    <script src="assets/js/jquery.easing.1.3.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/scrollUp.min.js"></script>
    <script src="assets/js/owl.carousel.min.js"></script>
    <script src="assets/js/magnific-popup.min.js"></script>
    <script src="assets/js/wow.min.js"></script>
    <script src="assets/js/metismenu.js"></script>
    <script src="assets/js/progresscircle.js"></script>
    <!-- Main JS
    ============================================ -->
    <script src="assets/js/active.js"></script>
	

How to Change Logo

How to Change Title

How to Change Favicon

How to Offcanvas Menu / Side Menu

How to change Preloader

How to Change Hero Sliders Section Homepage

How to Change Section Titile

How to Change Page Banner

How to Change Serivce

How to Change Single-skill Item

How to Change Single Pricing Plane Item

How to Change Blog Section Item

How to Change Mail Address with Your's - Open mail.php file and edit.

How to Change Social Links

How to Change Copyright

SCSS Structure

CSS Structure

I'm using One SCSS files in this template. You change the SCSS Code of style.scss file

=================================
|***    Table of contents:   ***|
=================================
1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Causes
10. Fun facts
11. Events
12. Blog

*Note: Responsive css in style.css file bottom.

	

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

Home Page Hero Sliders section CSS - find and change it on _hero.scss from "assets/scss" folder

	
  /* ----------------------------------
  Hero Section - Styles
------------------------------------ */

.hero-1 {
  .single-slide {
      padding: 200px 0px 180px;

       @media (max-width: 1199px) {
           padding: 160px 0px 120px;
       }

       @media (max-width: 991px) {
           padding: 120px 0px 100px;
       }

       @media (max-width: 767px) {
           padding: 100px 0px 80px;
       }

    .hero-contents {
        p {
            color: #fff;
            margin-bottom: 5px;
        }

        h1 {
            color: #fff;
            font-size: 140px;
            line-height: 90%;
            letter-spacing: -3px;

           @media (max-width: 1199px) {
               font-size: 110px;
           }

           @media (max-width: 991px) {
               font-size: 80px;
               line-height: 1;
           }

           @media (max-width: 767px) {
               font-size: 70px;
           }
        }

       a {
           margin-top: 40px;
           margin-right: 20px;
           
       }
    }
  }
}




Change section padding CSS - find and change it on style.css or _section.scss file from scss folder

  // Section Padding - Change with your need.
  .section-padding {
      padding: 120px 0px;
  
      @media (max-width: 991px) {
          padding: 100px 0px;
      }
  
      @media (max-width: 767px) {
          padding: 80px 0px;
      }
  }

JavaScript Customization



Change The Carosuels & Others with your's choice

	
 
  $(window).on('load', function() {
            // Animate loader off screen
            $(".preloader").delay(500).fadeOut();                        
        });
        
        $(".hero-slider-active").owlCarousel({        
          items: 1,     
          dots: false,
          loop: true,
          autoplayTimeout: 8000,
          autoplay:true,
          nav: true,          
          navText: ['', ''],
      });

		

Credits And Sources

Once again thank you for purchasing one of our Templates

Best Regards

Modina Theme