<!-- Google Fonts ============================================ --> Raleway - <link href='https://fonts.google.com/specimen/Raleway' rel='stylesheet' type='text/css'> <!-- Icons ============================================ --> Icofont - <link href='http://icofont.com/' rel='stylesheet' type='text/css'>
<!-- All CSS Files --> <!-- Ico Font CSS ============================================ --> <link rel="stylesheet" href="css/icofont.css"> <!-- Bootstrap CSS ============================================ --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Owl carousel CSS ============================================ --> <link rel="stylesheet" href="css/owl.carousel.min.css"> <!-- Style CSS ============================================ --> <link rel="stylesheet" href="css/style.css"> <!-- Responsive CSS ============================================ --> <link rel="stylesheet" href="css/responsive.css">
<!-- All JS Files--> <!-- jQuery ============================================ --> <script src="js/jquery.min.js"></script> <!-- Bootstrap JS ============================================ --> <script src="js/bootstrap.min.js"></script> <!-- Owl carousel JS ============================================ --> <script src="js/owl.carousel.min.js"></script> <!-- Zepto JS ============================================ --> <script src="js/zepto.min.js"></script> <!-- Constellation JS ============================================ --> <script src="js/constellation.min.js"></script> <!-- Stars JS ============================================ --> <script src="js/stars.js"></script> <!-- DEVICE JS ============================================ --> <script src="js/device.min.js"></script> <!-- YTPlayer JS ============================================ --> <script src="js/jquery.mb.YTPlayer.min.js"></script> <!-- jQuery Easing JS ============================================ --> <script src="js/jquery.easing.1.3.js"></script> <!-- Waterpipe JS ============================================ --> <script src="js/waterpipe.js"></script> <!-- Sphere Particles JS ============================================ --> <script src="js/sphere-particles.js"></script> <!-- Main JS ============================================ --> <script src="js/scripts.js"></script>
Open scripts.js from js folder. You will see the code that you will be need to customize count-down boxes. It's supper easy!