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 -->
[...]
<!-- intro subtitle start -->
<div class="intro-subtitle">
Everyone Needs a
</div><!-- intro subtitle end -->
<!-- intro title start -->
<div id="intro-title">
Line
</div><!-- intro title end -->
[...]
<!-- bottom credits start -->
[...]
<a class="link-underline" href="#">Wox</a> © 2018 All Rights Reserved.
[...]<!-- bottom credits end -->
<!-- social icons 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-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>
[...]<!-- 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.
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 -->
<a class="logo element-color-switch">
<div class="logo-img fadeIn-element"></div></a><!-- logo end -->
[...]
To edit the 'Logo' images, please open the 'style.css' file.
Part to edit:
[...]
/* 4.1. logo */
[...]
.logo-img:before {
[...]
background: url(../img/logo-dark.png) no-repeat;
[...]
width: 57px;
height: 34px;
line-height: 34px;
[...]
}
.logo-img-dark:before {
[...]
background: url(../img/logo-light.png) no-repeat;
[...]
width: 57px;
height: 34px;
line-height: 34px;
[...]
}
.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 <!-- section about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section about start -->
[...]
<!-- section title start -->
[...]
<span>About</span>
[...]<!-- section title end -->
[...]
<!-- about right start -->
[...]
<!-- about content wrapper 1 start -->
[...]
<!-- about content 1 start -->
<h2 class="section-heading section-heading-light spacer-line-vertical-light">
About
</h2>
<p class="about-txt">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline" href="#">since the 1500s</a>.
</p><!-- about content 1 start -->
[...]<!-- about content wrapper 1 end -->
<!-- about content wrapper 2 start -->
[...]
<!-- skills bar start -->
<h3>
The Know-how
</h3>
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">Fashion</span>
[...]<!-- skill 1 end -->
<!-- skill 2 start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">Fine-art</span>
[...]<!-- skill 2 end -->
<!-- skill 3 start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">Documentary</span>
[...]<!-- skill 3 end -->
<!-- skill 4 start -->
<div class="skillbar" data-percent="76">
<span class="skillbar-title">Architectural</span>
[...]<!-- skill 4 end -->
[...]<!-- skills bar end -->
[...]<!-- about content wrapper 2 end -->
<!-- about content wrapper 3 start -->
[...]
<!-- facts counter start -->
<h3>
The Facts
</h3>
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
6
</div>
[...]
<i class="ion-ios-timer-outline facts-counter-description-img"></i> <span class="facts-counter-title">Years</span>
[...]<!-- fact 1 end -->
[...]
<!-- fact 2 start -->
<div class="facts-counter-number">
53
</div>
[...]
<i class="ion-ios-photos-outline facts-counter-description-img"></i> <span class="facts-counter-title">Items</span>
[...]<!-- fact 2 end -->
[...]
<!-- fact 3 start -->
<div class="facts-counter-number facts-counter-add-space">
6350
</div>
[...]
<i class="ion-ios-world-outline facts-counter-description-img"></i> <span class="facts-counter-title">Clients</span>
[...]<!-- fact 3 end -->
[...]
<!-- fact 4 start -->
<div class="facts-counter-number facts-counter-add-space">
325
</div>
[...]
<i class="ion-ios-people facts-counter-description-img"></i> <span class="facts-counter-title">Followers</span>
[...]<!-- fact 4 end -->
[...]<!-- facts counter end -->
[...]<!-- about content wrapper 3 end -->
[...]<!-- about right end -->
[...]<!-- section about end -->
[...]
To edit the 'About' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. 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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 title start -->
[...]
<span>Services</span>
[...]<!-- section title end -->
[...]
<!-- services content 1 start -->
<h2 class="section-heading section-heading-dark spacer-line-vertical-dark">
Design
</h2>
<p class="services-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p><!-- services content 1 end -->
[...]
<!-- services content 2 start -->
<h2 class="section-heading section-heading-light spacer-line-vertical-light">
Branding
</h2>
<p class="services-txt">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline" href="#">since the 1500s</a>.
</p><!-- services content 2 end -->
[...]<!-- section services end -->
[...]
To edit the 'Services' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. 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);
}
.services-bg-4 {
background-image: url(../img/services/services-bg-4.jpg);
}
.services-bg-5 {
background-image: url(../img/services/services-bg-5.jpg);
}
.services-bg-6 {
background-image: url(../img/services/services-bg-6.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 -->
[...]
<!-- section title start -->
[...]
<span>Works</span>
[...]<!-- section title end -->
<!-- works IMG carousel start -->
[...]
<!-- works IMG carousel item 1 start -->
[...]
[...]
<h4>
Simplicity<br>
is complex
</h4>
[...]
<div class="works-page-img-carousel-heading">
Beauty / Fashion
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-1.jpg" title="Simplicity is complex"><span>View image</span></a>
[...]<!-- works IMG carousel item 1 end -->
<!-- works IMG carousel item 2 start -->
[...]
[...]
<h4>
Design<br>
is a process
</h4>
[...]
<div class="works-page-img-carousel-heading">
People / Life
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-2.jpg" title="Design is a process"><span>View image</span></a>
[...]<!-- works IMG carousel item 2 end -->
[...]
<!-- works IMG carousel item 3 start -->
[...]
[...]
<h4>
Aesthetic<br>
is a decision
</h4>
[...]
<div class="works-page-img-carousel-heading">
Royalty / Stock
</div>
[...]<a class="c-btn inverse" data-lity="" href="https://vimeo.com/98929509"><span>Watch video</span></a>
[...]
[...]<!-- works IMG carousel item 3 end -->
<!-- works IMG carousel item 4 start -->
[...]
[...]
<h4>
Style<br>
is everything
</h4>
[...]
<div class="works-page-img-carousel-heading">
Culture / Travel
</div>
[...]<a class="c-btn inverse" data-lity="" href="https://www.youtube.com/watch?v=3zXrWmkVjTM"><span>Watch
video</span></a>
[...]<!-- works IMG carousel item 4 end -->
[...]
<!-- works IMG carousel item 5 start -->
[...]
[...]
<h4>
Simplicity<br>
is complex
</h4>
[...]
<div class="works-page-img-carousel-heading">
Beauty / Fashion
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-5.jpg" title="Simplicity is complex"><span>View image</span></a>
[...]<!-- works IMG carousel item 5 end -->
<!-- works IMG carousel item 6 start -->
[...]
[...]
<h4>
Design<br>
is a process
</h4>
[...]
<div class="works-page-img-carousel-heading">
People / Life
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-6.jpg" title="Design is a process"><span>View image</span></a>
[...]<!-- works IMG carousel item 6 end -->
[...]
<!-- works IMG carousel item 7 start -->
[...]
[...]
<h4>
Aesthetic<br>
is a decision
</h4>
[...]
<div class="works-page-img-carousel-heading">
Royalty / Stock
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-7.jpg" title="Aesthetic is a decision"><span>View image</span></a>
[...]<!-- works IMG carousel item 7 end -->
<!-- works IMG carousel item 8 start -->
[...]
[...]
<h4>
Style<br>
is everything
</h4>
[...]
<div class="works-page-img-carousel-heading">
Culture / Travel
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-8.jpg" title="Style is everything"><span>View image</span></a>
[...]<!-- works IMG carousel item 8 end -->
[...]
<!-- works IMG carousel item 9 start -->
[...]
[...]
<h4>
Simplicity<br>
is complex
</h4>
[...]
<div class="works-page-img-carousel-heading">
Beauty / Fashion
</div>
[...]<a class="c-btn inverse" data-lity="" href="https://vimeo.com/119744580"><span>Watch video</span></a>
[...]<!-- works IMG carousel item 9 end -->
<!-- works IMG carousel item 10 start -->
[...]
[...]
<h4>
Design<br>
is a process
</h4>
[...]
<div class="works-page-img-carousel-heading">
People / Life
</div>
[...]<a class="c-btn inverse" data-lity="" href="https://www.youtube.com/watch?v=YM_EFN4CbWc"><span>Watch
video</span></a>
[...]<!-- works IMG carousel item 10 end -->
[...]
<!-- works IMG carousel item 11 start -->
[...]
[...]
<h4>
Aesthetic<br>
is a decision
</h4>
[...]
<div class="works-page-img-carousel-heading">
Royalty / Stock
</div>
[...]<a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-11.jpg" title="Aesthetic is a decision"><span>View image</span></a>
[...]<!-- works IMG carousel item 11 end -->
<!-- works IMG carousel item 12 start -->
[...]
[...]
<h4>
Style<br>
is everything
</h4>
[...]
<div class="works-page-img-carousel-heading">
Culture / Travel
</div>
[...]><a class="c-btn inverse popup-photo" href=
"img/works/works-large/works-page-img-carousel-item-large-12.jpg" title="Style is everything"><span>View image</span></a>
[...]<!-- works IMG carousel item 12 end -->
[...]<!-- works IMG carousel end -->
[...]<!-- section works end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. 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);
}
.works-page-img-carousel-item-6 {
background-image: url(../img/works/works-page-img-carousel-item-6.jpg);
}
.works-page-img-carousel-item-7 {
background-image: url(../img/works/works-page-img-carousel-item-7.jpg);
}
.works-page-img-carousel-item-8 {
background-image: url(../img/works/works-page-img-carousel-item-8.jpg);
}
.works-page-img-carousel-item-9 {
background-image: url(../img/works/works-page-img-carousel-item-9.jpg);
}
.works-page-img-carousel-item-10 {
background-image: url(../img/works/works-page-img-carousel-item-10.jpg);
}
.works-page-img-carousel-item-11 {
background-image: url(../img/works/works-page-img-carousel-item-11.jpg);
}
.works-page-img-carousel-item-12 {
background-image: url(../img/works/works-page-img-carousel-item-12.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 -->
[...]
<!-- section title start -->
[...]
<span>News</span>
[...]<!-- section title end -->
<!-- news IMG carousel start -->
[...]
<!-- news IMG carousel item 1 start -->
[...]
[...]
<h4>
Simplicity<br>
is complex
</h4>
[...]
<div class="news-page-img-carousel-heading">
Beauty / Fashion
</div>
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nec scelerisque nunc. Interdum et malesuada fames ac ante ipsum primis in faucibus.
</p>
[...]
<a class="c-btn c-btn-news inverse toggle-news-content-1"><span>Read more</span></a>
[...]
[...]<!-- news IMG carousel item 1 end -->
<!-- news IMG carousel item 2 start -->
[...]
[...]
<h4>
Design<br>
is a process
</h4>
[...]
<div class="news-page-img-carousel-heading">
People / Life
</div>
[...]
<p>
Morbi hendrerit orci aliquet augue eleifend, ac gravida turpis rutrum. Suspendisse suscipit dui eu lorem pharetra egestas. Nunc nec eleifend libero.
</p>
[...]
<a class="c-btn c-btn-news inverse toggle-news-content-2"><span>Read more</span></a>
[...]<!-- news IMG carousel item 2 end -->
<!-- news IMG carousel item 3 start -->
[...]
[...]
<h4>
Aesthetic<br>
is a decision
</h4>
[...]
<div class="news-page-img-carousel-heading">
Royalty / Stock
</div>
[...]
<p>
Suspendisse sit amet imperdiet sem. Vivamus sit amet lorem interdum, aliquet metus quis, fermentum velit. Phasellus ullamcorper, ante ac semper congue.
</p>
[...]
<a class="c-btn c-btn-news inverse toggle-news-content-3"><span>Read more</span></a>
[...]<!-- news IMG carousel item 3 end -->
<!-- news IMG carousel item 4 start -->
[...]
[...]
<h4>
Style<br>
is everything
</h4>
[...]
<div class="news-page-img-carousel-heading">
Culture / Travel
</div>
[...]
<p>
In nibh nisi, blandit eget accumsan et, lobortis ac tellus. Vestibulum feugiat tellus a turpis consectetur pretium. Donec et ante odio. Vestibulum eu
accumsan nisl.
</p>
[...]
<a class="c-btn c-btn-news inverse toggle-news-content-4"><span>Read more</span></a>
[...]<!-- news IMG carousel item 4 end -->
[...]<!-- news IMG carousel end -->
<!-- news MORE carousel item 1 start -->
[...]
<!-- news MORE carousel content 1 start -->
[...]
<!-- main txt start -->
[...]
[...]
<h4>
Simplicity<br>
is complex
</h4>
Beauty / Fashion <span>Wednesday, June 20, 2018</span>
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum libero nec erat pulvinar, sed sollicitudin ex consectetur.
</p>
[...]
<a class="c-btn inverse-dark toggle-news-content-1" href="javascript:void(0)"><span>Close</span></a>
[...]<!-- main txt end -->
[...]<!-- news MORE carousel content 1 end -->
[...]<!-- news MORE carousel item 1 end -->
<!-- news MORE carousel item 2 start -->
[...]
<!-- news MORE carousel content 2 start -->
[...]
<!-- main txt start -->
[...]
[...]
<h4>
Design<br>
is a process
</h4>
People / Life <span>Thursday, June 21, 2018</span>
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum libero nec erat pulvinar, sed sollicitudin ex consectetur.
</p>
[...]
<a class="c-btn inverse-dark toggle-news-content-2" href="javascript:void(0)"><span>Close</span></a>
[...]<!-- main txt end -->
[...]<!-- news MORE carousel content 2 end -->
[...]<!-- news MORE carousel item 2 end -->
<!-- news MORE carousel item 3 start -->
[...]
<!-- news MORE carousel content 3 start -->
[...]
<!-- main txt start -->
[...]
[...]
<h4>
Aesthetic<br>
is a decision
</h4>
Royalty / Stock <span>Friday, June 22, 2018</span>
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum libero nec erat pulvinar, sed sollicitudin ex consectetur.
</p>
[...]
<a class="c-btn inverse-dark toggle-news-content-3" href="javascript:void(0)"><span>Close</span></a>
[...]<!-- main txt end -->
[...]<!-- news MORE carousel content 3 end -->
[...]<!-- news MORE carousel item 3 end -->
<!-- news MORE carousel item 4 start -->
[...]
<!-- news MORE carousel content 4 start -->
[...]
<!-- main txt start -->
[...]
[...]
<h4>
Style<br>
is everything
</h4>
Culture / Travel <span>Saturday, June 23, 2018</span>
[...]
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum libero nec erat pulvinar, sed sollicitudin ex consectetur.
</p>
[...]
<a class="c-btn inverse-dark toggle-news-content-4" href="javascript:void(0)"><span>Close</span></a>
[...]<!-- main txt end -->
[...]<!-- news MORE carousel content 4 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.5. news IMG carousel IMG BACKGROUND */
.news-page-img-carousel-item-1 {
background-image: url(../img/news/news-page-img-carousel-item-1.jpg);
}
.news-page-img-carousel-item-2 {
background-image: url(../img/news/news-page-img-carousel-item-2.jpg);
}
.news-page-img-carousel-item-3 {
background-image: url(../img/news/news-page-img-carousel-item-3.jpg);
}
.news-page-img-carousel-item-4 {
background-image: url(../img/news/news-page-img-carousel-item-4.jpg);
}
/* 1.5.1. news panel left bg IMG BACKGROUND */
.panel-left-1.panel-left-bg-1 {
background-image: url(../img/news/news-page-img-carousel-item-1.jpg);
}
.panel-left-2.panel-left-bg-2 {
background-image: url(../img/news/news-page-img-carousel-item-2.jpg);
}
.panel-left-3.panel-left-bg-3 {
background-image: url(../img/news/news-page-img-carousel-item-3.jpg);
}
.panel-left-4.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 -->
[...]
<!-- section title start -->
[...]
<span>Contact</span>
[...]<!-- section title end -->
[...]
<!-- contact left start -->
[...]
<p class="contact-txt">
<span class="contact-info-mail"><a class="link-underline link-underline-dark" href="mailto:contact@domainname.com">contact@domainname.com</a></span>
<span>ex Inc.<br>
Touchdown Dr 1176<br>
United States</span>
</p>
<!-- contact social icons 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-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>
[...]<!-- contact social icons end -->
[...]<!-- contact left end -->
[...]<!-- section contact end -->
[...]
To edit the 'Contact' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.6. 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.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Contact Form 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>
<p>
Promise, we won't stay silent
</p>
[...]
[...]<!-- 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: '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}"
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/wox.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, simply 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 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/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. home IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/home-bg.jpg);
}
.section-bg-home.section-bg-home-light {
background-image: url(../img/background/home-light-bg.jpg);
}
[...]
/* 1.7. 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.8. slick fullscreen slideshow light IMG BACKGROUND */
.bg-img-1-2 {
background-image: url(../img/background/hero-bg-1-2.jpg);
}
.bg-img-2-2 {
background-image: url(../img/background/hero-bg-2-2.jpg);
}
.bg-img-3-2 {
background-image: url(../img/background/hero-bg-3-2.jpg);
}
.bg-img-4-2 {
background-image: url(../img/background/hero-bg-4-2.jpg);
}
/* 1.9. 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);
}
.thumbnail-slider-bg-6 {
background-image: url(../img/background/thumbnail-slider-bg-6.jpg);
}
.thumbnail-slider-bg-7 {
background-image: url(../img/background/thumbnail-slider-bg-7.jpg);
}
/* 1.10. home IMG carousel slider IMG BACKGROUND */
.home-page-img-item-1 {
background-image: url(../img/background/home-page-img-item-1.jpg);
}
.home-page-img-item-2 {
background-image: url(../img/background/home-page-img-item-2.jpg);
}
.home-page-img-item-3 {
background-image: url(../img/background/home-page-img-item-3.jpg);
}
.home-page-img-item-4 {
background-image: url(../img/background/home-page-img-item-4.jpg);
}
.home-page-img-item-5 {
background-image: url(../img/background/home-page-img-item-5.jpg);
}
.home-page-img-item-6 {
background-image: url(../img/background/home-page-img-item-6.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)