Thanks for purchasing our template :)
It is our great pleasure that you purchased our template. And we want to tell you that you don't need to write any codes for this template. Just follow some instructions for customizing the template.
If you have any questions, feel free to contact us at aonetheme@gmail.com.
Unzip the archive and find out the folder "buyer-file". There are all the template files in this folder. You can open the following files for viewing in browser.
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Unbounded:wght@200..900&display=swap');
<!-- Favicon --><link rel="icon" type="image/png" sizes="56x56" href="assets/images/fav-icon/icon.png"><!-- bootstrap CSS --><link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all"><!-- carousel CSS --><link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css" media="all"><!-- font-awesome CSS --><link rel="stylesheet" href="assets/css/all.min.css" type="text/css" media="all"><!-- font-flaticon CSS --><link rel="stylesheet" href="assets/css/flaticon.css" type="text/css" media="all"><!-- theme-default CSS --><link rel="stylesheet" href="assets/css/theme-default.css" type="text/css" media="all"><!-- meanmenu CSS --><link rel="stylesheet" href="assets/css/meanmenu.min.css" type="text/css" media="all"><!-- venobox CSS --><link rel="stylesheet" href="venobox/venobox.css" type="text/css" media="all"><!-- bootstrap icons CSS --><link rel="stylesheet" href="assets/css/bootstrap-icons.css" type="text/css" media="all"><!-- Main Style CSS --><link rel="stylesheet" href="style.css" type="text/css" media="all"><link rel="stylesheet" href="odometer-theme-default.css" type="text/css" media="all"><!-- responsive CSS --><link rel="stylesheet" href="assets/css/responsive.css" type="text/css" media="all"><link rel="stylesheet" href="assets/css/swiper.min.css.css" type="text/css" media="all">
<!-- jquery js --><script src="assets/js/vendor/jquery-3.6.2.min.js"></script><!-- odometer js --><script src="assets/js/odometer.min.js"></script><!-- gsap js --><script src="assets/js/gsap.min.js"></script><!-- bootstrap js --><script src="assets/js/bootstrap.min.js"></script><!-- imagesloaded js --><script src="assets/js/imagesloaded.pkgd.min.js"></script><!-- venobox js --><script src="venobox/venobox.js"></script><!-- venobox min js --><script src="venobox/venobox.min.js"></script><!-- jquery meanmenu js --><script src="assets/js/jquery.meanmenu.js"></script><!-- jquery scrollup js --><script src="assets/js/jquery.scrollUp.js"></script><!-- carousel js --><script src="assets/js/owl.carousel.min.js"></script><!-- appear js --><script src="assets/js/appear.min.js"></script><!-- barfiller js --><script src="assets/js/jquery.barfiller.js"></script><!-- swiper js --><script src="assets/js/swiper.min.js"></script><!-- theme js --><script src="assets/js/theme.js"></script><!-- my js --><script src="assets/js/my.js"></script>
To change logotype in the navigation panel, find image images/logo/logo.png and replace it with your logo.
This is logo and navigation codes.
<ul class="nav_scroll"> <li><a href="index.html">Home Page 01</a></li> <li><a href="index.html">Home Page 02</a></li> <li><a href="about.html">Services </a></li> <li><a href="#">Company <span><i class="fas fa-angle-down"></i></span></a> <ul class="sub-menu"> <li><a href="service.html">Our Service</a></li> <li><a href="service-details.html">Service Details</a></li> </ul> </li> <li><a href="#">Pages <span><i class="fas fa-chevron-down"></i></span></a> <ul class="sub-menu"> <li><a href="about.html">About Us</a></li> <li><a href="service.html">Our Service</a></li> <li><a href="team.html">Our Team</a></li> <li><a href="portfolio.html">Project</a></li> <li><a href="portfolio-details.html">Project Details</a></li> <li><a href="pricing.html">Pricing</a></li> <li><a href="faq.html">Faq</a></li> <li><a href="contact.html">Contact Us</a></li> </ul> </li> <li><a href="#">Shop <span><i class="fas fa-chevron-down"></i></span></a> <ul class="sub-menu"> <li><a href="shop.html">Shop One</a></li> <li><a href="shop-2.html">Shop Two</a></li> <li><a href="shop-details.html">Shop Details</a></li> </ul> </li> <li><a href="#">Blog <span><i class="fas fa-chevron-down"></i></span></a> <ul class="sub-menu"> <li><a href="blog-grid.html">Blog Gird</a></li> <li><a href="blog.html">Blog List</a></li> <li><a href="blog-2column.html">Blog-2Column</a></li> <li><a href="blog-details.html">Blog Details</a></li> </ul> </li> <li><a href="contact.html">Contact</a></li> </ul>
Here is your main logo code. To add your logo, replace logo.png from images/logo/ directory with your logo in PNG format.
<img src="assets/images/logo.png" alt="astute" />
To change the tab heading you will need to edit in the tag <li>Here is your heading</li> and add your text in the middle of the tag.
To change the tab tagline you will need to edit in the tag <p>Here is your tagline</p> and add your text in the middle of the tag.
Which tab item you want to take as active you have to add active class to that "tab-item" class and li tag.
Here is your section structure.
<section class="section-name"> <div class="container"> </div> </section>
If you need another style of section header - just you add "left style"class
In the class="section-class" you can replace with your desired class.
You can add your content on the 2nd row div.
<section class="section-name"> <div class="container"> ... </div> </section>
you can select background color between light and dark color. To add cloud color, just simply add the class body-bg, section-bg to the section class.
<div class="footer-bottom">
<div class="container">
<p>
© 2024 All Right Reserved. Designed and Developed by <a href="#0">Aonetheme</a>
</p>
</div>
</div>
If you have any questions, feel free to contact us at aonetheme@gmail.com.