This is a one page template, meaning all pages can be found and edited via single file, INDEX HTML file.
In order to edit the template, please read the documentation file (user guide) provided within the download package.
It's a simple task, no coding knowledge is required.
Further customization of the main template files [HTML, CSS, JS, PHP] can be done by using Dreamweaver (for example). You can simply open the files in Dreamweaver, make your edits, and then upload them to the server.
Please note, this is not a WordPress theme, it’s an HTML5 template.
In order to upload files to your server, please follow these relatively easy steps:
1. unzip the purchased ZIP file
2. open the template folder
3. connect to your server via your preferred FTP client
4. open the server folder named ‘public_html’
(if you don't have a ‘public_html’ folder, please contact your hosting provider for further instructions)
5. upload all files from the template folder
public_html folder
The public_html folder is the web root for your primary domain name.
This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).
Or put another way, when someone types your domain name into their browser, whatever is in the public_html folder is what will be shown to them.
Examples
For example, if you have a file called index.html (or any of the other default filenames) in the public_html folder, it will display that page.
If you do not have a default file in the public_html folder (such as index.html, default.html, etc.), then a list of files in the public_html folder will be shown.
To edit the 'Home' section, simply find the appropriate label <!-- home section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home section start -->
[...]
<!-- home title start -->
<h1 class="home-page-title fadeIn-element">
Cex
</h1><!-- home title end -->
[...]
<!-- home subtitle start -->
<h2 class="home-page-title fadeIn-element">
The One100th Template
</h2><!-- home subtitle end -->
[...]
<!-- social icons start -->
[...]
<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>
<li>
<a class="ion-social-dribbble" href="#"></a>
</li>
[...]<!-- social icons end -->
<!-- copyright home start -->
[...]
<a class="link-underline link-underline-light" href="#">Cex</a> © 2020 All Rights Reserved.
[...]<!-- copyright home end -->
[...]<!-- home section 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 'About' section, simply find the appropriate label <!-- about section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about section start -->
[...]
<!-- page title start -->
<div class="parallax-title-content">
Inspiring<br>
Generations
</div><!-- page title end -->
[...]
[...]
<!-- page TXT start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href=
"#">ever since the 1500s.</a>
</p>
[...]<!-- page TXT end -->
[...]
[...]
<!-- page subtitle start -->
<h4 class="post-heading">
Years in business
</h4><!-- page subtitle end -->
[...]
<!-- page subtitle number start -->
<div class="post-title facts-counter-number">
19
</div><!-- page subtitle number end -->
[...]
<!-- page TXT start -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href=
"#">ever since the 1500s.</a>
</p><!-- page TXT end -->
[...]
[...]<!-- about section end -->
[...]
You can edit the 'About' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. about IMG BACKGROUND */
.about-bg-1 {
background-image: url(../img/about/about-bg-1.jpg);
}
.about-bg-2 {
background-image: url(../img/about/about-bg-2.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 <!-- services section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services section start -->
[...]
<!-- page title start -->
<div class="parallax-title-content parallax-title-content-dark">
Benefits of<br>
Punctuality
</div><!-- page title end -->
[...]
[...]
<!-- page TXT start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href=
"#">ever since the 1500s.</a>
</p>
[...]<!-- page TXT end -->
[...]
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-services post-heading-light">
Brand
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title post-title-light">
Design
</div><!-- page title end -->
[...]
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 1 end -->
[...]
[...]
<!-- page TXT start -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href="#">ever
since the 1500s.</a>
</p><!-- page TXT end -->
[...]
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-services">
Corporate
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title">
Identity
</div><!-- page title end -->
[...]
[...]
<!-- skill 2 start -->
<div class="skillbar" data-percent="100">
[...]
</div><!-- skill 2 end -->
[...]
[...]
<!-- page TXT start -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href="#">ever
since the 1500s.</a>
</p><!-- page TXT end -->
[...]
[...]<!-- services section end -->
[...]
You can edit the 'Services' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. 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);
}
[...]
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 <!-- works section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works section start -->
[...]
<!-- page title start -->
<div class="parallax-title-content">
Eye on<br>
the Target
</div><!-- page title end -->
[...]
[...]
<!-- page TXT start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href=
"#">ever since the 1500s.</a>
</p>
[...]<!-- page TXT end -->
[...]
<!-- photoSwipe start -->
[...]
<!-- works item 1 start -->
[...]
<!-- page title start -->
<h3>
Web
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1080" href="img/works/works-1.jpg">
<div class="img-fullwidth-all img-fullwidth-works-1"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div><!-- works item description end -->
[...]<!-- works item 1 end -->
<!-- works item 2 start -->
[...]
<!-- page title start -->
<h3>
Logo
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-2.jpg">
<div class="img-fullwidth-all img-fullwidth-works-2"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div><!-- works item description end -->
[...]<!-- works item 2 end -->
<!-- works item 3 start -->
[...]
<!-- page title start -->
<h3>
Design
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
<!-- divider start -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1080" href="img/works/works-3.jpg">
<div class="img-fullwidth-all img-fullwidth-works-3"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div><!-- works item description end -->
</div>
[...]<!-- works item 3 end -->
<!-- works item 4 start -->
[...]
<!-- page title start -->
<h3>
Print
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-4.jpg">
<div class="img-fullwidth-all img-fullwidth-works-4"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div><!-- works item description end -->
[...]<!-- works item 4 end -->
<!-- works item 5 start -->
[...]
<!-- page title start -->
<h3>
Web
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1280x1920" href="img/works/works-5.jpg">
<div class="img-fullwidth-all img-fullwidth-works-5"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div><!-- works item description end -->
[...]<!-- works item 5 end -->
<!-- works item 6 start -->
[...]
<!-- page title start -->
<h3>
Logo
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1080" href="img/works/works-6.jpg">
<div class="img-fullwidth-all img-fullwidth-works-6"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div><!-- works item description end -->
[...]<!-- works item 6 end -->
<!-- works item 7 start -->
[...]
<!-- page title start -->
<h3>
Design
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1280" href="img/works/works-7.jpg">
<div class="img-fullwidth-all img-fullwidth-works-7"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div><!-- works item description end -->
[...]<!-- works item 7 end -->
<!-- works item 8 start -->
[...]
<!-- page title start -->
<h3>
Print
</h3><!-- page title end -->
[...]
<!-- page subtitle start -->
[...]
<h4 class="post-heading-works">
Description
</h4>
[...]<!-- page subtitle end -->
[...]
<!-- works item IMG start -->
<a class="thumb-link" data-size="1920x1080" href="img/works/works-8.jpg">
<div class="img-fullwidth-all img-fullwidth-works-8"></div></a><!-- works item IMG end -->
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div><!-- works item description end -->
[...]<!-- works item 8 end -->
[...]<!-- photoSwipe end -->
[...]<!-- works section end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1.10. works gallery IMG BACKGROUND */
.img-fullwidth-works-1 {
background-image: url(../img/works/works-1.jpg);
}
.img-fullwidth-works-2 {
background-image: url(../img/works/works-2.jpg);
}
.img-fullwidth-works-3 {
background-image: url(../img/works/works-3.jpg);
}
.img-fullwidth-works-4 {
background-image: url(../img/works/works-4.jpg);
}
.img-fullwidth-works-5 {
background-image: url(../img/works/works-5.jpg);
}
.img-fullwidth-works-6 {
background-image: url(../img/works/works-6.jpg);
}
.img-fullwidth-works-7 {
background-image: url(../img/works/works-7.jpg);
}
.img-fullwidth-works-8 {
background-image: url(../img/works/works-8.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 <!-- news section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news section start -->
[...]
<!-- page title start -->
<div class="parallax-title-content parallax-title-content-dark">
A True<br>
Devotion
</div><!-- page title end -->
[...]
[...]
<!-- swiper container news start -->
[...]
<!-- swiper container news bottom slide 1 start -->
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light">
Beauty / Fashion
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title post-title-light">
Simplicity is complex
</div><!-- page title end -->
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light post-heading-news-dark">
September 1, 2020
</h4><!-- page subtitle end -->
[...]
<!-- page 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><!-- page TXT end -->
[...]
<!-- news gallery 1 start -->
[...]
<a class="the-button the-button-color the-button-news-details" 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>
[...]<!-- news gallery 1 end -->
[...]<!-- swiper container news bottom slide 1 end -->
<!-- swiper container news bottom slide 2 start -->
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light">
People / Life
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title post-title-light">
Design is a process
</div><!-- page title end -->
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light post-heading-news-dark">
September 2, 2020
</h4><!-- page subtitle end -->
[...]
[...]
<!-- page 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><!-- page TXT end -->
[...]
<!-- news video start -->
<a class="the-button the-button-color the-button-news-details" data-lity="" href="https://www.youtube.com/watch?v=3zXrWmkVjTM"><span>Watch
video</span></a> <!-- news video end -->
[...]
[...]<!-- swiper container news bottom slide 2 end -->
<!-- swiper container news bottom slide 3 start -->
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light">
Royalty / Stock
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title post-title-light">
Aesthetic is a decision
</div><!-- page title end -->
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light post-heading-news-dark">
September 3, 2020
</h4><!-- page subtitle end -->
[...]
[...]
<!-- page 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><!-- page TXT end -->
[...]
<!-- news gallery 2 start -->
[...]
<a class="the-button the-button-color the-button-news-details" 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>
[...]<!-- news gallery 2 end -->
[...]<!-- swiper container news bottom slide 3 end -->
<!-- swiper container news bottom slide 4 start -->
[...]
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light">
Culture / Travel
</h4><!-- page subtitle end -->
[...]
<!-- page title start -->
<div class="post-title post-title-light">
Style is everything
</div><!-- page title end -->
<!-- page subtitle start -->
<h4 class="post-heading post-heading-news post-heading-light post-heading-news-dark">
September 4, 2020
</h4><!-- page subtitle end -->
[...]
[...]
<!-- page 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><!-- page TXT end -->
[...]
<!-- news video start -->
<a class="the-button the-button-color the-button-news-details" data-lity="" href="https://vimeo.com/95515307"><span>Watch video</span></a>
<!-- news video end -->
[...]
[...]<!-- swiper container news bottom slide 4 end -->
[...]<!-- swiper container news end -->
[...]<!-- news section 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 'Facts' section, simply find the appropriate label <!-- facts start --> in the body of the HTML file.
Part to edit:
[...]
<!-- facts start -->
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
8
</div>
[...]
<span class="facts-counter-title">Years</span>
[...]<!-- fact 1 end -->
[...]
[...]
<!-- fact 2 start -->
<div class="facts-counter-number">
99
</div>
[...]
<span class="facts-counter-title">Items</span>
[...]<!-- fact 2 end -->
[...]
<!-- fact 3 start -->
<div class="facts-counter-number">
7695
</div>
[...]
<span class="facts-counter-title">Clients</span>
[...]<!-- fact 3 end -->
[...]
<!-- fact 4 start -->
<div class="facts-counter-number">
450
</div>
[...]
<span class="facts-counter-title">Followers</span>
[...]<!-- fact 4 end -->
[...]<!-- facts end -->
[...]
You can edit the 'Facts' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Facts' 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 <!-- contact section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact section start -->
[...]
<!-- page title start -->
<div class="parallax-title-content">
Okay,<br>
Let's Talk
</div><!-- page title end -->
[...]
[...]
<!-- page email start -->
[...]
<a class="link-underline link-underline-dark" href="mailto:contact@domainname.com">contact@domainname.com</a>
[...]<!-- page email end -->
[...]
<!-- contact modal launcher start -->
[...]
<div class="the-button the-button-dark">
Use the form
</div>
[...]<!-- contact modal launcher end -->
[...]
<!-- copyright start -->
[...]
<a class="link-underline link-underline-dark" href="#">Cex</a> © 2020 All Rights Reserved.
[...]<!-- copyright end -->
[...]<!-- contact section end -->
[...]
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 -->
[...]
<!-- contact modal title start -->
<h2 class="section-heading">
Get in touch
</h2><!-- contact modal title end -->
[...]
[...]
<!-- contact form submit button start -->
[...]
<button class="the-button the-button-color the-button-submit" id="submit" type="submit"><span>Submit</span></button>
[...]<!-- contact form submit button 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 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.2. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
[...]
/* 1.6. facts parallax IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/background/parallax-facts-bg.jpg);
}
[...]
/* 1.8. 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.9. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
background-image: url(../img/background/parallax-bg.jpg);
}
/* 1.10. works gallery IMG BACKGROUND */
.img-fullwidth-works-1 {
background-image: url(../img/works/works-1.jpg);
}
.img-fullwidth-works-2 {
background-image: url(../img/works/works-2.jpg);
}
.img-fullwidth-works-3 {
background-image: url(../img/works/works-3.jpg);
}
.img-fullwidth-works-4 {
background-image: url(../img/works/works-4.jpg);
}
.img-fullwidth-works-5 {
background-image: url(../img/works/works-5.jpg);
}
.img-fullwidth-works-6 {
background-image: url(../img/works/works-6.jpg);
}
.img-fullwidth-works-7 {
background-image: url(../img/works/works-7.jpg);
}
.img-fullwidth-works-8 {
background-image: url(../img/works/works-8.jpg);
}
/* 1.11. home multiple images IMG BACKGROUND */
.home-img-top-left {
background-image: url(../img/background/home-img-top-left.jpg);
}
.home-img-top-center {
background-image: url(../img/background/home-img-top-center.jpg);
}
.home-img-top-right {
background-image: url(../img/background/home-img-top-right.jpg);
}
.home-img-bottom-left {
background-image: url(../img/background/home-img-bottom-left.jpg);
}
.home-img-bottom-center {
background-image: url(../img/background/home-img-bottom-center.jpg);
}
.home-img-bottom-right {
background-image: url(../img/background/home-img-bottom-right.jpg);
}
/* 1.12. 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.
To add 'Parallax Title Background Images', 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.7. parallax title IMG BACKGROUND */
.parallax-title.parallax-title-about {
background-image: url(../img/parallax-title/parallax-title-about.jpg);
}
.parallax-title.parallax-title-services {
background-image: url(../img/parallax-title/parallax-title-services.jpg);
}
.parallax-title.parallax-title-works {
background-image: url(../img/parallax-title/parallax-title-works.jpg);
}
.parallax-title.parallax-title-news {
background-image: url(../img/parallax-title/parallax-title-news.jpg);
}
.parallax-title.parallax-title-contact {
background-image: url(../img/parallax-title/parallax-title-contact.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/parallax-title/', and replace existing image files with your own images.
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:
[...]
/* 23.2. 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; */
}
}
[...]
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/cex.mp4" data-vide-options="loop: true, muted: true"></div><!-- HTML5 video URL end -->
[...]
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:
[...]
/* 23.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 '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;
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:
[...]
/* 23.1. 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; */
}
}
[...]
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)