In order to edit the template, please read the documentation file (user guide) provided within the download package.
It's a simple task, no coding knowledge is required.
Further customization of the main template files [HTML, CSS, JS, PHP] can be done by using Dreamweaver (for example). You can simply open the files in Dreamweaver, make your edits, and then upload them to the server.
Please note, this is not a WordPress theme, it’s an HTML5 template.
In order to upload files to your server, please follow these relatively easy steps:
1. unzip the purchased ZIP file
2. open the template folder
3. connect to your server via your preferred FTP client
4. open the server folder named ‘public_html’
(if you don't have a ‘public_html’ folder, please contact your hosting provider for further instructions)
5. upload all files from the template folder
public_html folder
The public_html folder is the web root for your primary domain name.
This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).
Or put another way, when someone types your domain name into their browser, whatever is in the public_html folder is what will be shown to them.
Examples
For example, if you have a file called index.html (or any of the other default filenames) in the public_html folder, it will display that page.
If you do not have a default file in the public_html folder (such as index.html, default.html, etc.), then a list of files in the public_html folder will be shown.
To edit the 'Home' section, simply find the appropriate label <!-- borders introduction start --> in the body of the HTML file.
Part to edit:
[...]
<!-- borders introduction start -->
[...]
<!-- countdown start -->
[...]
<span>Style is Everything</span>
[...]
<!-- countdown end -->
[...]
<!-- bottom credits start -->
<div class="bottom-credits bottom-position">
© All Rights Reserved.
</div>
<!-- bottom credits end -->
<!-- social icons wrapper start -->
[...]
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
[...]
<!-- social icons wrapper start end -->
[...]
<!-- home start -->
[...]
<!-- swiper slider item start -->
[...]
<!-- HTML5 video URL start -->
<video playsinline autoplay muted loop>
<source src="https://www.11-76.com/html5-videos-22/widex/widex.mp4" type="video/mp4">
</video>
<!-- HTML5 video URL end -->
[...]
<!-- swiper slider item txt start -->
[...]
<!-- section subtitle start -->
<a href="#">
<h2 class="hero-subheading fadeIn-element introduction">
<span>Fashion model #1</span>
</h2>
</a>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="hero-heading fadeIn-element introduction">
Simplicity is compl<span>ex</span>.
</h1>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a href="#section-top">
[...]
<div class="more-button-txt-center">
<span>Works</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- swiper slider item txt end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- swiper slider item txt start -->
[...]
<!-- section subtitle start -->
<a href="#">
<h2 class="hero-subheading fadeIn-element introduction">
<span>Fashion model #2</span>
</h2>
</a>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="hero-heading fadeIn-element introduction">
Design is a <span>pro</span>cess.
</h1>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a href="#section-top">
[...]
<div class="more-button-txt-center">
<span>Works</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- swiper slider item txt end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- swiper slider item txt start -->
[...]
<!-- section subtitle start -->
<a href="#">
<h2 class="hero-subheading fadeIn-element introduction">
<span>Fashion model #3</span>
</h2>
</a>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="hero-heading fadeIn-element introduction">
Aesthetic is a decisi<span>on</span>.
</h1>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a href="#section-top">
[...]
<div class="more-button-txt-center">
<span>Works</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- swiper slider item txt end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- swiper slider item txt start -->
[...]
<!-- section subtitle start -->
<a href="#">
<h2 class="hero-subheading fadeIn-element introduction">
<span>Fashion model #4</span>
</h2>
</a>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="hero-heading fadeIn-element introduction">
Style is every<span>thing</span>.
</h1>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a href="#section-top">
[...]
<div class="more-button-txt-center">
<span>Works</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- swiper slider item txt end -->
[...]
<!-- swiper slider item end -->
[...]
<!-- home end -->
[...]
You can edit the 'Home' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Home' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To edit the 'Logo' images, simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
[...]
<img alt="Logo" src="img/logo.png">
[...]
<!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/', and replace existing image files with your own images.
Please note;
Demo 'Logo" image size is 59x35px.
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>01.</span> About
</h2>
<!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
<span>simplicity</span> is not a style, it is more a <span>philosophy</span> about how to <span>design</span> something more <span>effectively</span>.
</h3>
<!-- section title end -->
[...]
<!-- section txt start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- about end -->
[...]
To edit the 'Services' section, simply find the appropriate label <!-- services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>02.</span> Services
</h2>
<!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
shooting <span>fashion</span> & <span>portraits</span> photos.<br>
editing selected <span>wedding</span> photos.<br>
delivering <span>high-resolution</span> image files.
</h3>
<!-- section title end -->
[...]
<!-- section txt start -->
[...]
<!-- section subtitle start -->
<h5 class="services">
<span class="awesome">Brand</span> Identity
</h5>
<!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<!-- section subtitle start -->
<h5 class="services">
<span class="awesome">Brand</span> Design
</h5>
<!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<!-- section subtitle start -->
<h5 class="services">
<span class="awesome">Web</span> Identity
</h5>
<!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
[...]
<!-- section txt end -->
[...]
<!-- services end -->
[...]
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>03.</span> Contact
</h2>
<!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
please send an e-mail at the <span>address provided below</span> or feel free to <a class="link-underline link-underline-contact contact-modal-launcher" href=
"#">use the form</a>.
</h3>
<!-- section title end -->
[...]
<!-- section txt start -->
[...]
<h5 class="contact">
<span class="awesome">Street</span> Address
</h5>
<p>
ex Inc. Touchdown Dr 1176
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<h5 class="contact">
<span class="awesome">Phone</span> Number
</h5>
<p>
+123 456 7890
</p>
[...]
<!-- section txt end -->
[...]
<!-- section txt start -->
[...]
<h5 class="contact">
<span class="awesome">Email</span> Enquiry
</h5>
<p>
<a class="link-underline" href="mailto:contact@domainname.com">contact@domainname.com</a>
</p>
[...]
<!-- section txt end -->
[...]
<!-- contact end -->
[...]
To edit the 'Contact Modal' section, simply find the appropriate label <!-- contact modal start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact modal start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Get in touch
</h2>
<!-- section title end -->
[...]
<!-- contact form start -->
[...]
<!-- button start -->
[...]
<button>
<span>Submit</span>
</button>
[...]
<!-- button end -->
[...]
<!-- contact form end -->
[...]
<!-- contact modal end -->
[...]
To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To edit the 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works start -->
[...]
<!-- works IMG carousel start -->
[...]
<!-- works content wrapper 1 start -->
[...]
<!-- section subtitle start -->
<h2 class="hero-subheading hero-subheading-works">
<span>Fashion model #1</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="hero-heading hero-heading-works">
Simplicity is compl<span>ex</span>.
</h2>
<!-- section title end -->
[...]
<!-- button start -->
[...]
[...]
<a href="img/works/works-gallery/gallery-1/1.jpg" title="Gallery 1 / Image description">
[...]
<div class="more-button-txt">
<span>View Photos</span>
</div>
</a>
<a href="img/works/works-gallery/gallery-1/2.jpg" title="Gallery 1 / Image description"></a>
<a href="img/works/works-gallery/gallery-1/3.jpg" title="Gallery 1 / Image description"></a>
<a href="img/works/works-gallery/gallery-1/4.jpg" title="Gallery 1 / Image description"></a>
[...]
[...]
<!-- button end -->
[...]
<!-- works content wrapper 1 end -->
[...]
<!-- works content wrapper 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="hero-subheading hero-subheading-works">
<span>Fashion model #2</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="hero-heading hero-heading-works">
Design is a <span>pro</span>cess.
</h2>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
[...]
<div class="more-button-txt">
<span>Watch Video</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- works content wrapper 2 end -->
[...]
<!-- works content wrapper 3 start -->
[...]
<!-- section subtitle start -->
<h2 class="hero-subheading hero-subheading-works">
<span>Fashion model #3</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="hero-heading hero-heading-works">
Aesthetic is a decisi<span>on</span>.
</h2>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a class="popup-photo" href="img/works/3.jpg" title="Single Image / Image description">
[...]
<div class="more-button-txt">
<span>View Image</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- works content wrapper 3 end -->
[...]
<!-- works content wrapper 4 start -->
[...]
<!-- section subtitle start -->
<h2 class="hero-subheading hero-subheading-works">
<span>Fashion model #4</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="hero-heading hero-heading-works">
Style is every<span>thing</span>.
</h2>
<!-- section title end -->
[...]
<!-- button start -->
[...]
<a href="img/works/works-gallery/gallery-2/1.jpg" title="Gallery 2 / Image description">
[...]
<div class="more-button-txt">
<span>View Photos</span>
</div>
</a>
<a href="img/works/works-gallery/gallery-2/2.jpg" title="Gallery 2 / Image description"></a>
<a href="img/works/works-gallery/gallery-2/3.jpg" title="Gallery 2 / Image description"></a>
<a href="img/works/works-gallery/gallery-2/4.jpg" title="Gallery 2 / Image description"></a>
[...]
<!-- button end -->
[...]
<!-- works content wrapper 4 end -->
[...]
<!-- works IMG carousel end -->
[...]
<!-- works end -->
[...]
You can edit the 'Works' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {
background-image: url(../img/works/1.jpg);
}
.works-page-img-carousel-item-2 {
background-image: url(../img/works/2.jpg);
}
.works-page-img-carousel-item-3 {
background-image: url(../img/works/3.jpg);
}
.works-page-img-carousel-item-4 {
background-image: url(../img/works/4.jpg);
}
[...]
You can also edit the 'Works' section images by following its URL path: 'img/works/', and replace existing image files with your own images.
To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).
Open the file and find the appropriate label '/* 1. TEMPLATE BACKGROUNDS */'.
Part to edit:
[...]
/* 1.1. home slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/3.jpg);
}
.bg-img-4 {
background-image: url(../img/background/4.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
Contact the author
Ex Nihilo provides support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Typical response time is less than 1 business day.
Item support includes:
Availability of the author to answer questions
Get assistance with reported bugs and issues
Help with included 3rd party assets
Item support does not include:
Customizations and installations
Working time:
Monday thru Friday 9am to 5pm,
Central European Time (UTC+01:00)