To edit the 'Home' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- home subtitle start -->
[...]
<h2 class="home-page-title">
Ex Nihilo's
</h2>
[...]<!-- home subtitle end -->
[...]
<!-- home title start -->
<h1 class="home-page-title fadeIn-element">
Bigz
</h1><!-- home title end -->
[...]
<!-- sign up modal launcher start -->
[...]
<div class="the-button">
Newsletters
</div>
[...]<!-- sign up modal launcher 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.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Logo' images, simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
<div class="logo top-position"></div><!-- logo end -->
[...]
To edit the 'Logo' images, please open the 'style.css' file.
Part to edit:
[...]
/* 7. logo */
.logo {
[...]
width: 59px;
height: 35px;
[...]
background: url(../img/logo-light.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 59x35px.
To edit the 'Countdown Modal' section, simply find the appropriate label <!-- countdown wrapper start --> in the body of the HTML file.
Part to edit:
[...]
<!-- countdown wrapper start -->
[...]
<h2 class="home-page-title">
Going live in
</h2>
[...]
[...]
<!-- countdown wrapper end -->
[...]
To setup the 'Countdown' target date, simply find and open the file named 'bigz.js' placed in the folder named 'js'.
Part to edit:
[...]
// 9.2. countdown SETUP
[...]
[...]
lastDate: "10/21/2019 12:00:00", // target date settings, 'MM/DD/YYYY HH:MM:SS'
[...]
[...]
[...]
[...]
To edit the 'Subscription Modal' section, simply find the appropriate label <!-- sign up modal start --> in the body of the HTML file.
Part to edit:
[...]
<!-- sign up modal start -->
[...]
<h2 class="section-heading">
Newsletter sign up
</h2><!-- sign up modal title end -->
[...]
[...]
<!-- newsletter submit button start -->
[...]
<button class="the-button the-button-submit" id="submit-2" type="submit"><span>Submit</span></button>
[...]<!-- newsletter submit button end -->
[...]
<!-- sign up modal closer start -->
[...]
<span class="ion-close"></span>
[...]<!-- sign up modal closer end -->
[...]<!-- sign up modal end -->
[...]
To send the contents of your 'Subscription Form' to your email, simply open the file named 'subscribe.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<h2 class="section-heading">
About
</h2>
[...]
<h2 class="section-subheading">
<span>Inspiring Generations</span>
</h2>
[...]
[...]
<h4 class="post-heading">
Countries reached
</h4>
[...]
<div class="post-number-title facts-counter-number">
76
</div>
[...]
<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>
[...]
[...]
<!-- blog quote start -->
[...]
<span class="ion-quote blog-quote-mark"></span>
[...]
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s.
[...]
<span class="ion-quote blog-quote-mark blog-quote-mark-last"></span>
[...]<!-- blog quote end -->
[...]
[...]
<h4 class="post-heading">
Years in business
</h4>
[...]
<div class="post-number-title facts-counter-number">
19
</div>
[...]
<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>
[...]
[...]<!-- 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 -->
[...]
<h2 class="section-heading">
Services
</h2>
[...]
<h2 class="section-subheading">
<span>The Customer is King</span>
</h2>
[...]
[...]
<h4 class="post-heading">
Brand
</h4>
[...]
<div class="post-number-title">
Design
</div>
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 1 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>
[...]
[...]
<!-- blog quote start -->
[...]
<span class="ion-quote blog-quote-mark"></span>
[...]
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s.
[...]
<span class="ion-quote blog-quote-mark blog-quote-mark-last"></span>
[...]<!-- blog quote end -->
[...]
[...]
<h4 class="post-heading">
Corporate
</h4>
[...]
<div class="post-number-title">
Identity
</div>
[...]
<!-- skill 2 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 2 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>
[...]
[...]<!-- 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 -->
[...]
<h2 class="section-heading">
Contact
</h2>
[...]
<h2 class="section-subheading">
<span>We Won't Stay Silent</span>
</h2>
[...]
[...]
<i class="ion-ios-location-outline contact-info-description-img"></i>
[...]
<span class="contact-info-text">ex Inc.<br>
Touchdown Dr 1176</span>
[...]
<i class="ion-ios-email-outline contact-info-description-img large"></i>
[...]
<span class="contact-info-text"><a class="link-underline" href="mailto:contact@domainname.com">contact@domainname.com</a></span>
[...]
<i class="ion-ios-telephone-outline contact-info-description-img"></i>
[...]
<span class="contact-info-text">[00] 11 - 76<br>
[01] 11 - 76</span>
[...]
[...]
<!-- contact modal launcher start -->
[...]
<span>Use the form</span>
[...]
[...]<!-- contact modal launcher 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 -->
[...]
<h2 class="section-heading">
Get in touch
</h2><!-- contact modal title end -->
[...]
[...]
<!-- contact form submit button start -->
[...]
<button class="the-button the-button-submit" id="submit" type="submit"><span>Submit</span></button>
[...]<!-- contact form submit button end -->
[...]
<!-- contact modal closer start -->
[...]
<span class="ion-close"></span>
[...]<!-- contact modal closer 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 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:
[...]
/* 27.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:
[...]
/* 27.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/bigz.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:
[...]
/* 27.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 */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. slick fullscreen slideshow 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 parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
background-image: url(../img/background/parallax-bg.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
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)
Social icons
To edit the 'Social icons', simply find the appropriate label <!-- social icons start --> in the body of the HTML file.
Part to edit:
[...] <!-- social icons start --> [...] <h2 class="home-page-title"> We are social </h2> [...] [...] <ul class="social-icons"> <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-googleplus" 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> </ul> [...]<!-- social icons end --> [...]