Thank you for purchasing our template. This guide will help you install and customize the template easily.
Unzip the downloaded package. You’ll find the following folders:
form
– PHP file to send email from contact formassets
– CSS, JS, images, scss and webfontsdocumentation
– This documentation fileplugins
– All plugins folder and filespackage.json
– All needed package
Make sure you have already Node Js installed on you machine. Open cdm and go to unzip folder and then run command npm install
.
your-template/
│
├── theme-one-light.html
├── theme-one-dark.html
├── theme-two-bg-home.html
├── theme-two-light-home.html
├── assets/
│ ├── css/
│ ├── scss/
│ ├── webfonts/
│ ├── js/
│ └── images/
└── documentation/
└── index.html
This template uses SCSS to manage styles and color themes in a modular and maintainable way.
Open file from /form/contact.php and change htmlpixel3@gmail.com email id with your email id
scss/
├── fontawesome/
├── theme-one-light/
│ └── light-theme.scss
├── theme-one-dark/
│ └── dark-theme.scss
├── theme-two-bg/
│ └── theme-two-bg.scss
├── theme-two-light/
│ └── theme-two-light.scss
To change global colors like primary, secondary, background, or text colors, open the
_variables.scss
file:
// _variables.scss
$primary: #007bff;
$secondary: #6c757d;
$body-bg: #ffffff;
$body-color: #333333;
Update the color values to match your branding. After making changes, recompile the SCSS to generate the new
style-light.css
file.
You can compile SCSS manually using:
sass scss/theme-one-light/light-theme.scss assets/css/style-light.css
For more efficient workflow, use the built-in NPM scripts:
npm run build-css:theme-one-light
npm run build-css:theme-one-dark
npm run build-css:theme-two-bg
npm run build-css:theme-two-light
Use these commands to automatically recompile SCSS on changes:
npm run watch-css:theme-one-light
npm run watch-css:theme-one-dark
npm run watch-css:theme-two-bg
npm run watch-css:theme-two-light
npm install
once before using the scripts to install dependencies.style-light.css, style-dark.css, theme-two-bg.css, theme-two-light.css
directly.Replace the logo-light.svg and logo-dark.svg
file in assets/images/
.
Open theme-one-light.html
and look for the <nav>
section.
Images and libraries used in this template:
Demo images used from Unsplash are for **preview purposes only** and are not included in the final download package.
Images and videos used in Demo pages are demo purpose only and not included in the downloadable file. All images are replaced with placeholders. This is an HTML5 Template and NOT a WordPress Theme.
All rights for images belong to their respective authors. You can download the same images directly from unsplash.com.
If you have any questions, feel free to contact us:
htmlpixel3@gmail.com