To edit the 'Home' section, simply find the appropriate label <!-- home social icons start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home social icons start -->
[...]
<!-- social icons start -->
<ul>
<li>
<a class="ion-social-twitter" href="#"><span>Twitter</span></a>
</li>
<li>
<a class="ion-social-facebook" href="#"><span>Facebook</span></a>
</li>
<li>
<a class="ion-social-instagram" href="#"><span>Instagram</span></a>
</li>
</ul><!-- social icons end -->
[...]<!-- home social icons end -->
<!-- home credits start -->
<div class="bottom-credits bottom-position">
<a href="#">Nihilex © 2019 All Rights Reserved.</a>
</div><!-- home credits end -->
[...]
<!-- page home start -->
[...]
<!-- page title start -->
<h2 class="hero-heading fadeIn-element">
Creative <span>Ex</span>perience.
</h2><!-- page title end -->
[...]<!-- page 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 'Home' section 'Multiple Galleries Content Image Slider Background', simply find the appropriate label <!-- gallery slider start --> in the body of the HTML file.
Part to edit:
[...]
<!-- gallery slider start -->
[...]
<!-- gallery slider slide 1 start -->
[...]
<!-- section subtitle start -->
<span class="gallery-slider-title">Beauty / Fashion</span><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="gallery-slider-main-title">
Simplicity is <span>complex</span>
</h2><!-- section title end -->
[...]
<!-- gallery slider gallery 1 start -->
<div class="popup-photo-gallery">
[...]
<a class="button-the" href="img/gallery-slider/gallery-1/1.jpg" title="Gallery 1 / Image description 1"><span>View
gallery</span></a> <a href="img/gallery-slider/gallery-1/2.jpg" title="Gallery 1 / Image description 2"></a> <a href=
"img/gallery-slider/gallery-1/3.jpg" title="Gallery 1 / Image description 3"></a> <a href="img/gallery-slider/gallery-1/4.jpg"
title="Gallery 1 / Image description 4"></a>
[...]
</div><!-- gallery slider gallery 1 end -->
[...]<!-- gallery slider slide 1 end -->
<!-- gallery slider slide 2 start -->
[...]
<!-- section subtitle start -->
<span class="gallery-slider-title">People / Life</span><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="gallery-slider-main-title">
Design is a <span>process</span>
</h2><!-- section title end -->
[...]
<!-- gallery slider gallery 2 start -->
<div class="popup-photo-gallery">
[...]
<a class="button-the" href="img/gallery-slider/gallery-2/1.jpg" title="Gallery 2 / Image description 1"><span>View
gallery</span></a> <a href="img/gallery-slider/gallery-2/2.jpg" title="Gallery 2 / Image description 2"></a> <a href=
"img/gallery-slider/gallery-2/3.jpg" title="Gallery 2 / Image description 3"></a> <a href="img/gallery-slider/gallery-2/4.jpg"
title="Gallery 2 / Image description 4"></a>
[...]
</div><!-- gallery slider gallery 2 end -->
[...]<!-- gallery slider slide 2 end -->
<!-- gallery slider slide 3 start -->
[...]
<!-- section subtitle start -->
<span class="gallery-slider-title">Culture / Travel</span><!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="gallery-slider-main-title">
Style is <span>everything</span>
</h2><!-- section title end -->
[...]
<!-- gallery slider gallery 3 start -->
<div class="popup-photo-gallery">
[...]
<a class="button-the" href="img/gallery-slider/gallery-3/1.jpg" title="Gallery 3 / Image description 1"><span>View
gallery</span></a> <a href="img/gallery-slider/gallery-3/2.jpg" title="Gallery 3 / Image description 2"></a> <a href=
"img/gallery-slider/gallery-3/3.jpg" title="Gallery 3 / Image description 3"></a> <a href="img/gallery-slider/gallery-3/4.jpg"
title="Gallery 3 / Image description 4"></a>
[...]
</div><!-- gallery slider gallery 3 end -->
[...]<!-- gallery slider slide 3 end -->
[...]<!-- gallery slider end -->
[...]
You can edit the 'Home' section 'Multiple Galleries Content Image Slider Background' background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.7. gallery slider IMG BACKGROUND */
.gallery-slider-bg-1 {
background-image: url(../img/gallery-slider/gallery-slider-bg-1.jpg);
}
.gallery-slider-bg-2 {
background-image: url(../img/gallery-slider/gallery-slider-bg-2.jpg);
}
.gallery-slider-bg-3 {
background-image: url(../img/gallery-slider/gallery-slider-bg-3.jpg);
}
[...]
You can also edit the 'Home' section 'Multiple Galleries Content Image Slider Background' images by following its URL path: 'img/gallery-slider/', and replace existing image files with your own images.
To edit the 'Home' section 'Typewriter' text, simply find and open the file named 'nihilex.js' placed in the folder named 'js'.
Part to edit:
[...]
// 12. typed text
[...]
strings: ["Photography", "Portfolio", "Experience"],
[...]
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 class="logo logo-light top-position">
<div class="logo-img"></div></a><!-- logo end -->
[...]
You can edit the 'Logo' images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 12. logo */
[...]
.logo-img:before {
[...]
background: url(../img/logo-dark.png) no-repeat;
[...]
}
.logo-img-dark:before {
[...]
background: url(../img/logo-light.png) no-repeat;
[...]
}
.logo-light .logo-img:before {
background: url(../img/logo-light.png) no-repeat;
}
.logo-dark .logo-img-dark:before {
background: url(../img/logo-dark.png) no-repeat;
}
[...]
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 57x34px.
To edit the 'About' section, simply find the appropriate label <!-- page about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page about start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>01.</span> about
</h2><!-- page title end -->
[...]
<!-- section title start -->
<h1 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>.
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<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>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<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>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<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>
</div><!-- section txt end -->
[...]
[...]
<!-- team carousel start -->
[...]
<!-- team item 1 start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class=
"iw-slide-right ion-social-instagram" href="#"></a>
[...]<img alt="Team" class="img-correction" src="img/team/team-01.jpg">
[...]
<div class="team-info">
<h3>
<span class="awesome">Ex Nihilo</span> · Creative Director
</h3>
</div>[...]
[...]<!-- team item 1 end -->
<!-- team item 2 start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class=
"iw-slide-right ion-social-instagram" href="#"></a>
[...]<img alt="Team" class="img-correction" src="img/team/team-02.jpg">
[...]
<div class="team-info">
<h3>
<span class="awesome">Ex Nihilo</span> · Art Director
</h3>
</div>[...]
[...]<!-- team item 2 end -->
<!-- team item 3 start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class=
"iw-slide-right ion-social-instagram" href="#"></a>
[...]<img alt="Team" class="img-correction" src="img/team/team-03.jpg">
[...]
<div class="team-info">
<h3>
<span class="awesome">Ex Nihilo</span> · Lead Designer
</h3>
</div>[...]
[...]<!-- team item 3 end -->
<!-- team item 4 start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class=
"iw-slide-right ion-social-instagram" href="#"></a>
[...]<img alt="Team" class="img-correction" src="img/team/team-04.jpg">
[...]
<div class="team-info">
<h3>
<span class="awesome">Ex Nihilo</span> · Creative Director
</h3>
</div>[...]
[...]<!-- team item 4 end -->
<!-- team item 5 start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class=
"iw-slide-right ion-social-instagram" href="#"></a>
[...]<img alt="Team" class="img-correction" src="img/team/team-05.jpg">
[...]
<div class="team-info">
<h3>
<span class="awesome">Ex Nihilo</span> · Art Director
</h3>
</div>[...]
[...]<!-- team item 5 end -->
[...]<!-- team carousel end -->
[...]<!-- page about end -->
[...]
You can also edit the 'About/Team' section images by following its URL path: 'img/team/', and replace existing image files with your own images.
To edit the 'Works' section, simply find the appropriate label <!-- page works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page works start -->
<!-- page works intro start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>02.</span> works
</h2><!-- page title end -->
[...]<!-- page works intro end -->
<!-- item page INTRO start -->
[...]
<div class="photo image-works" data-photo-src="works-1.jpg">
[...]
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-1" data-slider-items="works-1-2.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<nav class="nav-secondary-experience">
<h4>
Works
</h4>
<ul>
<li>
<span class="navscroll nav-works" data-id="item-1">Beauty / Fashion</span>
</li>
<li>
<span class="navscroll nav-works" data-id="item-2">Nature / Wild</span>
</li>
<li>
<span class="navscroll nav-works" data-id="item-3">Royalty / Stock</span>
</li>
<li>
<span class="navscroll nav-works" data-id="item-4">People / Life</span>
</li>
<li>
<span class="navscroll nav-works" data-id="item-5">Culture / Travel</span>
</li>
</ul>
</nav>
[...]
[...]
<div class="photo image-works" data-photo-src="works-2.jpg">
[...]
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-2" data-slider-items="works-2.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]<!-- item page INTRO end -->
<!-- item page start -->
[...]
<!-- section subtitle start -->
<div class="box-cell">
<h2>
Item Name 1 <span class="item-desc">Beauty / Fashion</span>
</h2>
</div><!-- section subtitle end -->
[...]
<div class="photo image-works" data-photo-src="works-3.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-3" data-slider-items="works-3.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section txt start -->
<div class="box-description element-color-switch-2">
<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>
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div><!-- section txt end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-4.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-4" data-slider-items="works-4.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section subtitle start -->
<div class="box-cell">
<h2>
Item Name 2 <span class="item-desc">Nature / Wild</span>
</h2>
</div><!-- section subtitle end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-5.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-5" data-slider-items="works-5.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section txt start -->
<div class="box-description element-color-switch-2">
<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>
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div><!-- section txt end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-6.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-6" data-slider-items="works-6.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section subtitle start -->
<div class="box-cell">
<h2>
Item Name 3 <span class="item-desc">Royalty / Stock</span>
</h2>
</div><!-- section subtitle end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-7.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-7" data-slider-items="works-7.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section txt start -->
<div class="box-description element-color-switch-2">
<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>
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div><!-- section txt end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-8.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-8" data-slider-items="works-8.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section subtitle start -->
<div class="box-cell">
<h2>
Item Name 4 <span class="item-desc">People / Life</span>
</h2>
</div><!-- section subtitle end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-9.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-9" data-slider-items="works-9.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section txt start -->
<div class="box-description element-color-switch-2">
<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>
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div><!-- section txt end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-10.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-10" data-slider-items="works-10.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section subtitle start -->
<div class="box-cell">
<h2>
Item Name 5 <span class="item-desc">Culture / Travel</span>
</h2>
</div><!-- section subtitle end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-11.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-11" data-slider-items="works-11.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]
[...]
<!-- section txt start -->
<div class="box-description element-color-switch-2">
<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>
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
</div><!-- section txt end -->
[...]
[...]
<div class="photo image-works" data-photo-src="works-12.jpg">
[...]
<a class="bt-nav zoom-item" data-slider-id="item-name-12" data-slider-items="works-12.jpg"><i class="iw-slide ion-ios-plus-empty"></i></a>
[...]
</div>
[...]<!-- item page end -->
<!-- page works end -->
[...]
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 'Services' section, simply find the appropriate label <!-- page services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page services start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>03.</span> services
</h2><!-- page title end -->
[...]
[...]
<!-- section title start -->
<h1 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.
</h1><!-- section title end -->
[...]
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Brand</span> Identity
</h6><!-- 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>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Brand</span> Design
</h6><!-- 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>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Web</span> Identity
</h6><!-- 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>
</div><!-- section txt end -->
[...]<!-- page services end -->
[...]
To edit the 'News' section, simply find the appropriate label <!-- page news start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page news start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all section-heading-news">
<span>04.</span> news
</h2><!-- page title end -->
[...]
[...]
<!-- news carousel start -->
[...]
<!-- news item 1 start -->
[...]
<!-- section subtitle start -->
<div class="news-info">
<h3>
November 1, 2019
</h3>
</div><!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="section-header-news">
Simplicity is <span>complex</span>
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<p class="text">
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 -->
[...]
<!-- news gallery 1 start -->
<div class="popup-photo-gallery">
<div class="the-button-wrapper">
<a class="the-button" href="img/news/news-gallery/gallery-1/gallery-1-1.jpg" title="Gallery 1 / Image description 1"><span>View
gallery</span></a> <a href="img/news/news-gallery/gallery-1/gallery-1-2.jpg" title="Gallery 1 / Image description 2"></a> <a href=
"img/news/news-gallery/gallery-1/gallery-1-3.jpg" title="Gallery 1 / Image description 3"></a> <a href=
"img/news/news-gallery/gallery-1/gallery-1-4.jpg" title="Gallery 1 / Image description 4"></a>
</div>
</div><!-- news gallery 1 end -->
[...]<!-- news item 1 end -->
<!-- news item 2 start -->
[...]
<!-- section subtitle start -->
<div class="news-info">
<h3>
November 2, 2019
</h3>
</div><!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="section-header-news">
Design is a <span>process</span>
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<p class="text">
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 -->
[...]
<!-- news video start -->
<div class="the-button-wrapper">
<a class="the-button" data-lity="" href="https://www.youtube.com/watch?v=3zXrWmkVjTM"><span>Watch video</span></a>
</div><!-- news video end -->
[...]<!-- news item 2 end -->
<!-- news item 3 start -->
[...]
<!-- section subtitle start -->
<div class="news-info">
<h3>
November 3, 2019
</h3>
</div><!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="section-header-news">
Aesthetic is a <span>decision</span>
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<p class="text">
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 -->
[...]
<!-- news gallery 2 start -->
<div class="popup-photo-gallery">
<div class="the-button-wrapper">
<a class="the-button" href="img/news/news-gallery/gallery-2/gallery-2-1.jpg" title="Gallery 2 / Image description 1"><span>View
gallery</span></a> <a href="img/news/news-gallery/gallery-2/gallery-2-2.jpg" title="Gallery 2 / Image description 2"></a> <a href=
"img/news/news-gallery/gallery-2/gallery-2-3.jpg" title="Gallery 2 / Image description 3"></a> <a href=
"img/news/news-gallery/gallery-2/gallery-2-4.jpg" title="Gallery 2 / Image description 4"></a>
</div>
</div><!-- news gallery 2 end -->
[...]<!-- news item 3 end -->
<!-- news item 4 start -->
[...]
<!-- section subtitle start -->
<div class="news-info">
<h3>
November 4, 2019
</h3>
</div><!-- section subtitle end -->
[...]
<!-- section title start -->
<h1 class="section-header-news">
Style is <span>everything</span>
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<p class="text">
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 -->
[...]
<!-- news video start -->
<div class="the-button-wrapper">
<a class="the-button" data-lity="" href="https://vimeo.com/95515307"><span>Watch video</span></a>
</div><!-- news video end -->
[...]<!-- news item 4 end -->
[...]<!-- news carousel end -->
[...]<!-- page news end -->
[...]
You can edit the 'News' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. news IMG BACKGROUND */
.news-bg-1 {
background-image: url(../img/news/news-bg-1.jpg);
}
.news-bg-2 {
background-image: url(../img/news/news-bg-2.jpg);
}
.news-bg-3 {
background-image: url(../img/news/news-bg-3.jpg);
}
.news-bg-4 {
background-image: url(../img/news/news-bg-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 'Testimonials' section, simply find the appropriate label <!-- page testimonials start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page testimonials start -->
[...]
<!-- section title start -->
<h1 class="section-header section-header-light">
simplicity is <span>the</span><br>
ultimate <span>sophistication</span>.
</h1><!-- section title end -->
<!-- section subtitle start -->
<h6>
― Leonardo da Vinci
</h6><!-- section subtitle end -->
[...]<!-- page testimonials end -->
[...]
You can edit the 'Testimonials' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Testimonials' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To edit the 'Contact' section, simply find the appropriate label <!-- page contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- page contact start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>05.</span> contact
</h2><!-- page title end -->
[...]
[...]
<!-- section title start -->
<h1 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>.
</h1><!-- section title end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<h6 class="services">
<span class="awesome">Street</span> Address
</h6>
<p>
ex Inc. Touchdown Dr 1176
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<h6 class="services">
<span class="awesome">Phone</span> Number
</h6>
<p>
+123 456 7890
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<h6 class="services">
<span class="awesome">Email</span> Enquiry
</h6>
<p>
<a class="link-underline" href="mailto:contact@domainname.com">contact@domainname.com</a>
</p>
</div><!-- section txt end -->
[...]<!-- page contact 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 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: '3zXrWmkVjTM', 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}"
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:
[...]
/* 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:
[...]
/* 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/nihilex.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:
[...]
/* 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 */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
/* 1.3. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
background-image: url(../img/background/parallax-bg.jpg);
}
/* 1.4. testimonials IMG BACKGROUND */
.bg-photo.testimonials {
background-image: url(../img/background/testimonials-bg.jpg);
}
[...]
/* 1.6. 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);
}
[...]
/* 1.8. multiple images slideshow IMG BACKGROUND */
.home-img-top-left {
background-image: url(../img/background/multiple-bg-1.jpg);
}
.home-img-top-center {
background-image: url(../img/background/multiple-bg-2.jpg);
}
.home-img-top-right {
background-image: url(../img/background/multiple-bg-3.jpg);
}
.home-img-bottom-left {
background-image: url(../img/background/multiple-bg-4.jpg);
}
.home-img-bottom-center {
background-image: url(../img/background/multiple-bg-5.jpg);
}
.home-img-bottom-right {
background-image: url(../img/background/multiple-bg-6.jpg);
}
.home-img-top-left-2 {
background-image: url(../img/background/multiple-bg-7.jpg);
}
.home-img-top-center-2 {
background-image: url(../img/background/multiple-bg-8.jpg);
}
.home-img-top-right-2 {
background-image: url(../img/background/multiple-bg-9.jpg);
}
.home-img-bottom-left-2 {
background-image: url(../img/background/multiple-bg-10.jpg);
}
.home-img-bottom-center-2 {
background-image: url(../img/background/multiple-bg-11.jpg);
}
.home-img-bottom-right-2 {
background-image: url(../img/background/multiple-bg-12.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)