Thank you for purchasing VoltEdge – Electrical Services & Electrician HTML Template. This documentation will help you install, customize, and deploy the template easily.
VoltEdge/
│── index.html
│── blog.html
│── blog-detail.html
│── faq.html
│── privacy-policy.html
│── terms-conditions.html
│
├── assets/
│ ├── css/
│ │ ├── style.css
│ │ ├── aos.css
│ │ └── bootstrap.min.css
│ │
│ ├── js/
│ │ ├── script.js
│ │ ├── aos.js
│ │ └── bootstrap.bundle.min.js
│ │
│ ├── images/
│ └── fonts/
Theme colors are defined using CSS variables inside:
assets/css/style.css
Example:
:root{
--yellow:#f4b400;
--navy:#0d1b2a;
--bg:#f4f7fa;
--white:#ffffff;
}
Change the value of --yellow to update the primary theme color globally.
<a class="navbar-brand" href="#">
<i class="fas fa-bolt"></i>VoltEdge
</a>
To use an image logo:
<a class="navbar-brand" href="#">
<img src="assets/images/logo.png" height="50" alt="Logo">
</a>
| Section | Location in HTML | Editable Content |
|---|---|---|
| Hero Section | #hero | Title, subtitle, buttons |
| About Section | #about | Text and images |
| Services | #services | Service cards, icons, descriptions |
| Projects / Portfolio | #projects | Project images and titles |
| Working Process | #process | Steps and descriptions |
| Testimonials | #testimonials | Customer feedback |
| Team Members | #team | Images, names, roles |
| Contact Form | #contact | Form fields and contact info |
| Footer | Footer element | Links, social icons |
assets/images/
Example: