Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email us
<!-- Google Fonts ============================================ --> Yantramanav - <link href='https://fonts.google.com/specimen/Yantramanav' rel='stylesheet' type='text/css'>
<!-- =========== All Stylesheet ================= --> <!-- fontawesome css plugins ============================================ --> <link rel="stylesheet" href="assets/css/font-awesome.min.css"> <!-- animate CSS ============================================ --> <link rel="stylesheet" href="assets/css/animate.css"> <!-- default CSS ============================================ --> <link rel="stylesheet" href="assets/css/default.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"> <!-- Bootstrap CSS ============================================ --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <!-- Style CSS ============================================ --> <link rel="stylesheet" href="style.css"> <!-- Responsive CSS ============================================ --> <link rel="stylesheet" href="assets/css/responsive.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/isotope.pkgd.min.js"></script> <script src="assets/js/imageload.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/waypoint.js"></script> <script src="assets/js/counterup.min.js"></script> <script src="assets/js/wow.min.js"></script> <script src="assets/js/equalheights.min.js"></script> <script src="assets/js/ajax-mail.js"></script> <script src="assets/js/sticky.js"></script> <script src="assets/js/meanmenu.min.js"></script> <!-- Active JS ============================================ --> <script src="assets/js/active.js"></script>
I'm using One CSS files in this theme. You change the CSS Code of style.css file
================================= |*** Table of contents: ***| ================================= 1. General styles 2. Typography 3. Helpers 4. Preloader 5. Go up button 6. Header and navigation 7. Welcome Hero Section 8. About Me 9. Shop 10. Services 11. Facts - CountToUp 12. Portfolio 13. Video Section 14. Testimonials 15. Clients Logo Carousel 16. Blog Section 17. Contact Form 19. Contact Information & Address 20. Social Network Icons Button 21. Footer 21. Blog - Single Blog Post Page
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.
.single-hero-slide { position: relative; overflow: hidden; height: 690px; background-color: #f2f3f5; }
.section-padding { padding: 120px 0px; }
Change Fun fact - count up init Section with your's
/*========================== Count up init ============================*/ $('.single-countup span').counterUp({ delay: 20, time: 2000 });
Change Hero Slider with your's choice
/*================================== # SLide Item Carousel ==================================*/ $('.hero-slide-active').owlCarousel({ items: 1, autoplay: true, loop: true, margin: 0, nav: false, dots: false, }); /*================================== # home page one - slide Item Carousel ==================================*/ $('.hero-slides, .hero-slider').owlCarousel({ items: 1, autoplay: true, loop: true, margin: 0, nav: false, dots: false, });