To edit the 'Home' section, simply find the appropriate label <!-- section home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section home start -->
[...]
<!-- section subtitle start -->
<div class="home-subheading">
<span>Ex Nihilo's</span>
</div><!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="home-heading">
Voxex
</div><!-- section title end -->
[...]
<!-- bottom credits start -->
[...]
<a class="link-underline" href="#">Voxex</a> © 2020 All Rights Reserved.
[...]<!-- bottom credits end -->
[...]
<!-- social icons start -->
[...]
<h2 class="social-icons-wrapper-heading">
We are social
</h2>
[...]
<li>
<a class="ion-social-twitter" href="#"></a>
</li>
<li>
<a class="ion-social-facebook" href="#"></a>
</li>
<li>
<a class="ion-social-youtube" href="#"></a>
</li>
<li>
<a class="ion-social-linkedin" href="#"></a>
</li>
<li>
<a class="ion-social-instagram" href="#"></a>
</li>
<li>
<a class="ion-social-pinterest" href="#"></a>
</li>
[...]<!-- social icons end -->
[...]<!-- section 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 -->
[...]
<a href="#"><img alt="Logo" src="img/logo/logo.png"></a>
[...]<!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/logo/', and replace existing image files with your own images.
Please note;
Demo 'Logo" image size is 57x34px.
To edit the 'About' section, simply find the appropriate label <!-- section about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section about start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Inspiration is</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
All around
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button">
Read more
</div>
[...]<!-- the button wrapper end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Being around for</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="facts-counter-content facts-counter-number">
76
</div><!-- section title end -->
[...]
<!-- section subtitle start -->
<h2 class="section-heading section-heading-all section-heading-dark">
Years
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>01.</span> About
</h3>
[...]<!-- section title end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>This is the</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-dark">
Know-how
</h2><!-- section title end -->
[...]
<!-- skills bar start -->
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">Fashion</span>
[...]
</div><!-- skill 1 end -->
<!-- skill 2 start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">Fine-art</span>
[...]
</div><!-- skill 2 end -->
<!-- skill 3 start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">Documentary</span>
[...]
</div><!-- skill 3 end -->
<!-- skill 4 start -->
<div class="skillbar" data-percent="76">
<span class="skillbar-title">Architectural</span>
[...]
</div><!-- skill 4 end -->
[...]<!-- skills bar end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>These are the</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Words
</h2><!-- section title end -->
[...]
<!-- testimonials start -->
[...]
<!-- testimonials quote 1 start -->
[...]
<!-- testimonials quote IMG start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-1.jpg">
[...]<!-- testimonials quote IMG end -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
<div class="testimonials-signature">
C. Eastwood
</div>
[...]<!-- testimonials quote 1 end -->
<!-- testimonials quote 2 start -->
[...]
<!-- testimonials quote IMG start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-2.jpg">
[...]<!-- testimonials quote IMG end -->
[...]
<p>
Lorem Ipsum has been the industry's dummy text ever since the 1500s.
</p>
<div class="testimonials-signature">
R. Redford
</div>
[...]<!-- testimonials quote 2 end -->
<!-- testimonials quote 3 start -->
[...]
<!-- testimonials quote IMG start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-3.jpg">
[...]<!-- testimonials quote IMG end -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
<div class="testimonials-signature">
K.W. Wong
</div>
[...]<!-- testimonials quote 3 end -->
<!-- testimonials quote 4 start -->
[...]
<!-- testimonials quote IMG start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-4.jpg">
[...]<!-- testimonials quote IMG end -->
[...]
<p>
Lorem Ipsum has been the industry's dummy text ever since the 1500s.
</p>
<div class="testimonials-signature">
T. Scott
</div>
[...]<!-- testimonials quote 4 end -->
[...]<!-- testimonials end -->
[...]
<!-- about content MORE start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Inspiration is</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
All around
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button the-button-details">
Close
</div>
[...]<!-- the button wrapper end -->
[...]<!-- about content MORE end -->
[...]<!-- section about end -->
[...]
To edit the 'About' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. about IMG BACKGROUND */
.about-bg {
background-image: url(../img/about/about-bg.jpg);
}
[...]
You can also edit the 'About' section images by following its URL path: 'img/about/', and replace existing image files with your own images.
To edit the 'Services' section, simply find the appropriate label <!-- section services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section services start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Brand</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Identity
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button">
Read more
</div>
[...]<!-- the button wrapper end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Brand</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-dark">
Design
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button">
Read more
</div>
[...]<!-- the button wrapper end -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>02.</span> Services
</h3>
[...]<!-- section title end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Web</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-dark">
Design
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button">
Read more
</div>
[...]<!-- the button wrapper end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Web</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Development
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button">
Read more
</div>
[...]<!-- the button wrapper end -->
[...]
<!-- services content MORE 1 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Brand</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
Identity
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button the-button-details">
Close
</div>
[...]<!-- the button wrapper end -->
[...]<!-- services content MORE 1 end -->
<!-- services content MORE 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Brand</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Design
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button the-button-details">
Close
</div>
[...]<!-- the button wrapper end -->
[...]<!-- services content MORE 2 end -->
<!-- services content MORE 3 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Web</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Design
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button the-button-details">
Close
</div>
[...]<!-- the button wrapper end -->
[...]<!-- services content MORE 3 end -->
<!-- services content MORE 4 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Web</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
Development
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]
<!-- the button wrapper start -->
[...]
<div class="the-button the-button-details">
Close
</div>
[...]<!-- the button wrapper end -->
[...]<!-- services content MORE 4 end -->
[...]<!-- section services end -->
[...]
To edit the 'Services' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. services IMG BACKGROUND */
.services-bg-1 {
background-image: url(../img/services/services-bg-1.jpg);
}
.services-bg-2 {
background-image: url(../img/services/services-bg-2.jpg);
}
.services-bg-3 {
background-image: url(../img/services/services-bg-3.jpg);
}
[...]
You can also edit the 'Services' section images by following its URL path: 'img/services/', and replace existing image files with your own images.
To edit the 'Works' section, simply find the appropriate label <!-- section works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section works start -->
[...]
<!-- works IMG carousel item BLOCK 1 start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>03.</span> Works
</h3>
[...]<!-- section title end -->
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://vimeo.com/95515307"><span></span><span></span></a><!-- works item IMG hover effect end -->
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>The Project</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Details
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<p>
<span class="head-details head-details-dark">Client:</span> ex Inc.
</p>
<p>
<span class="head-details head-details-dark">Role:</span> UX/UI, Brand Identity
</p>
<p>
<span class="head-details head-details-dark">Type:</span> Vimeo Video
</p><!-- section TXT end -->
[...]<!-- works IMG carousel item 2 end -->
[...]<!-- works IMG carousel item BLOCK 1 end -->
<!-- works IMG carousel item BLOCK 2 start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>The Project</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
Details
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<p>
<span class="head-details">Client:</span> ex Inc.
</p>
<p>
<span class="head-details">Role:</span> UX/UI, Brand Identity
</p>
<p>
<span class="head-details">Type:</span> Image Gallery
</p><!-- section TXT end -->
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>03.</span> Works
</h3>
[...]<!-- section title end -->
<!-- works item IMG hover effect start -->
<!-- works item IMG gallery 1 start -->
[...]
<a class="link-wrap" href="img/works/works-gallery/gallery-1/gallery-1-1.jpg" title="Gallery 1 / Image description 1"><span></span><span></span></a> <a href=
"img/works/works-gallery/gallery-1/gallery-1-2.jpg" title="Gallery 1 / Image description 2"></a> <a href="img/works/works-gallery/gallery-1/gallery-1-3.jpg" title=
"Gallery 1 / Image description 3"></a> <a href="img/works/works-gallery/gallery-1/gallery-1-4.jpg" title="Gallery 1 / Image description 4"></a>
[...]<!-- works item IMG gallery 1 end -->
<!-- works item IMG hover effect end -->
[...]<!-- works IMG carousel item 2 end -->
[...]<!-- works IMG carousel item BLOCK 2 end -->
<!-- works IMG carousel item BLOCK 3 start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://www.youtube.com/watch?v=3zXrWmkVjTM"><span></span><span></span></a><!-- works item IMG hover effect end -->
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>The Project</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Details
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<p>
<span class="head-details head-details-dark">Client:</span> ex Inc.
</p>
<p>
<span class="head-details head-details-dark">Role:</span> UX/UI, Brand Identity
</p>
<p>
<span class="head-details head-details-dark">Type:</span> YouTube Video
</p><!-- section TXT end -->
[...]<!-- works IMG carousel item 2 end -->
[...]<!-- works IMG carousel item BLOCK 3 end -->
<!-- works IMG carousel item BLOCK 4 start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>The Project</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
Details
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<p>
<span class="head-details">Client:</span> ex Inc.
</p>
<p>
<span class="head-details">Role:</span> UX/UI, Brand Identity
</p>
<p>
<span class="head-details">Type:</span> Single Image
</p><!-- section TXT end -->
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo-single" href="img/works/works-single/single-1.jpg" title="Image description"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
[...]<!-- works IMG carousel item 2 end -->
[...]<!-- works IMG carousel item BLOCK 4 end -->
<!-- works IMG carousel item BLOCK 5 start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
<!-- works item IMG hover effect start -->
<!-- works item IMG gallery 2 start -->
[...]
<a class="link-wrap" href="img/works/works-gallery/gallery-2/gallery-2-1.jpg" title="Gallery 2 / Image description 1"><span></span><span></span></a> <a href=
"img/works/works-gallery/gallery-2/gallery-2-2.jpg" title="Gallery 2 / Image description 2"></a> <a href="img/works/works-gallery/gallery-2/gallery-2-3.jpg" title=
"Gallery 2 / Image description 3"></a> <a href="img/works/works-gallery/gallery-2/gallery-2-4.jpg" title="Gallery 2 / Image description 4"></a>
[...]<!-- works item IMG gallery 2 end -->
<!-- works item IMG hover effect end -->
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>The Project</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Details
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<p>
<span class="head-details head-details-dark">Client:</span> ex Inc.
</p>
<p>
<span class="head-details head-details-dark">Role:</span> UX/UI, Brand Identity
</p>
<p>
<span class="head-details head-details-dark">Type:</span> Image Gallery
</p><!-- section TXT end -->
[...]<!-- works IMG carousel item 2 end -->
[...]<!-- works IMG carousel item BLOCK 5 end -->
[...]<!-- section works end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.6. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}
.works-page-img-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}
.works-page-img-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}
.works-page-img-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}
.works-page-img-carousel-item-5 {
background-image: url(../img/works/works-page-img-carousel-item-5.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 edit the 'News' section, simply find the appropriate label <!-- section news start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section news start -->
[...]
<!-- news IMG carousel item 1 start -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>04.</span> News
</h3>
[...]<!-- section title end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Beauty / Fashion</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Simplicity is complex
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- section TXT end -->
[...]<!-- news IMG carousel item 1 end -->
<!-- news IMG carousel item 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>People / Life</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Design is a process
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- section TXT end -->
[...]<!-- news IMG carousel item 2 end -->
<!-- news IMG carousel item 3 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Royalty / Stock</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Aesthetic is a decision
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- section TXT end -->
<!-- inner divider start -->
[...]<!-- news IMG carousel item 3 end -->
<!-- news IMG carousel item 4 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Culture / Travel</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-light">
Style is everything
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- section TXT end -->
[...]<!-- news IMG carousel item 4 end -->
[...]
<!-- news MORE carousel item 1 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Beauty / Fashion</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Simplicity is complex
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- news MORE carousel item 1 end -->
<!-- news MORE carousel item 2 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>People / Life</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Design is a process
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- news MORE carousel item 2 end -->
<!-- news MORE carousel item 3 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Royalty / Stock</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Aesthetic is a decision
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- news MORE carousel item 3 end -->
<!-- news MORE carousel item 4 start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>Culture / Travel</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Style is everything
</h2><!-- 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 dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- news MORE carousel item 4 end -->
[...]<!-- section news end -->
[...]
To edit the 'News' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.8. news IMG carousel IMG BACKGROUND */
.news-page-img-carousel-item-1,
.panel-left.panel-left-bg-1 {
background-image: url(../img/news/news-page-img-carousel-item-1.jpg);
}
.news-page-img-carousel-item-2,
.panel-left.panel-left-bg-2 {
background-image: url(../img/news/news-page-img-carousel-item-2.jpg);
}
.news-page-img-carousel-item-3,
.panel-left.panel-left-bg-3 {
background-image: url(../img/news/news-page-img-carousel-item-3.jpg);
}
.news-page-img-carousel-item-4,
.panel-left.panel-left-bg-4 {
background-image: url(../img/news/news-page-img-carousel-item-4.jpg);
}
[...]
You can also edit the 'News' section images by following its URL path: 'img/news/', and replace existing image files with your own images.
To edit the 'Contact' section, simply find the appropriate label <!-- section contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section contact start -->
[...]
<!-- google maps start -->
[...]<!-- google maps end -->
[...]
<!-- section title start -->
[...]
<h3 class="section-heading">
<span>05.</span> Contact
</h3>
[...]<!-- section title end -->
<[...]
<!-- section subtitle start -->
<h2 class="section-subheading section-subheading-all section-subheading-light">
<span>Get In Touch</span>
</h2><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-all section-heading-dark">
With Us, Sir
</h2><!-- section title end -->
[...]
<!-- section TXT start -->
<span class="contact-info-sign ion-ios-location-outline"></span>
<p>
ex Inc., Touchdown Dr 1176<br>
United States
</p><!-- section TXT end -->
[...]
<!-- section TXT start -->
<span class="contact-info-sign contact-info-sign-last ion-ios-email-outline"></span>
<p>
<span class="contact-info-mail"><a class="link-underline link-underline-dark" href="mailto:contact@domainname.com">contact@domainname.com</a></span>
</p><!-- section TXT end -->
[...]
<!-- contact form start -->
[...]
<!-- the button wrapper start -->
[...]
<button class="the-button the-button-submit" id="submit" type="submit"><span>Submit</span></button>
[...]<!-- the button wrapper end -->
[...]<!-- contact form end -->
[...]<!-- section contact end -->
[...]
To edit the 'Contact' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.7. contact IMG BACKGROUND */
.contact-bg {
background-image: url(../img/contact/contact-bg.jpg);
}
[...]
You can also edit the 'Contact' section images by following its URL path: 'img/contact/', and replace existing image files with your own images.
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 'Google Maps Location', simply find the appropriate label <!-- google maps start --> in the body of the HTML file named 'index.html'.
Part to edit:
[...]
<!-- google maps start -->
[...]
<iframe src=
"https://maps.google.com/maps/ms?msa=0&msid=211966962386664154949.0004e6fcf6a48ede4754f&hl=en&ie=UTF8&t=m&iwloc=0004e6fcfe81051738dcb&ll=48.857981,2.293514&spn=0,0&z=5&output=embed">
</iframe>
[...]<!-- google maps end -->
[...]
More on Google Maps at: https://developers.google.com/maps/documentation/javascript/
To add 'YouTube Videos - SINGLE' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- YouTube video URL start -->
<div class="player" data-property=
"{videoURL: '3S9rxiz1lsU', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9, playOnlyIfVisible: true}"
id="bgndVideo"></div><!-- YouTube video URL end -->
[...]
Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/YT-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* 21.1. YouTube video */
[...]
@media only screen and (max-width: 880px) {
.YT-bg {
[...]
background-image: url(../img/background/YT-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.
To add 'Vimeo Videos' in the background of the template, simply find the appropriate label <!-- Vimeo video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- Vimeo video URL start -->
<iframe data-fullscreeneo="" src="https://player.vimeo.com/video/98929509?autoplay=1&background=1&hd=1&loop=1"></iframe><!-- Vimeo video URL end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'background=1' into 'background=0'.
Please note;
This template is designed to use Vimeo videos as a background; however, 'Vimeo Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/vimeo-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* 21.2. Vimeo video */
[...]
@media only screen and (max-width: 880px) {
.vimeo-bg {
[...]
background-image: url(../img/background/vimeo-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- HTML5 video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- HTML5 video URL start -->
<div class="html5-videoContainment" data-vide-bg="http://www.11-76.com/html5-videos/voxex.mp4" data-vide-options="loop: true, muted: true"></div><!-- HTML5 video URL end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.
Please note;
This template is designed to use Self-Hosted HTML5 videos as a background; however, 'Self-Hosted HTML5 Videos' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/html5-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* 21.3. HTML5 video */
[...]
@media only screen and (max-width: 880px) {
.html5-bg {
[...]
background-image: url(../img/background/html5-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
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. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/home-bg.jpg);
}
/* 1.2. slick fullscreen slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
/* 1.3. swiper thumbnail IMG BACKGROUND */
.thumbnail-slider-bg-1 {
background-image: url(../img/background/thumbnail-slider-bg-1.jpg);
}
.thumbnail-slider-bg-2 {
background-image: url(../img/background/thumbnail-slider-bg-2.jpg);
}
.thumbnail-slider-bg-3 {
background-image: url(../img/background/thumbnail-slider-bg-3.jpg);
}
.thumbnail-slider-bg-4 {
background-image: url(../img/background/thumbnail-slider-bg-4.jpg);
}
.thumbnail-slider-bg-5 {
background-image: url(../img/background/thumbnail-slider-bg-5.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
This author provides limited support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Item support includes:
Availability of the author to answer questions
Answering technical questions about item’s features
Assistance with reported bugs and issues
Help with included 3rd party assets
However, item support does not include:
Customization services
Installation services
This author’s response time can be up to 2 business days.
Working time:
Monday thru Friday 9am to 5pm
Central European Time (UTC+01:00)