To edit the 'Home' section, simply find the appropriate label <!-- borders start --> in the body of the HTML file.
Part to edit:
[...]
<!-- borders start -->
[...]
<!-- section title start -->
[...]
<h1>
Nextex
</h1>
<h4>
Everyone Needs A Line
</h4>
[...]
<!-- section title end -->
[...]
<!-- borders 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 start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>01.</span> The brand
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end">
Simplicity is not a style,<br>
it is more a philosophy<br>
about how to design<br>
<span>effectively</span>.
</div>
<!-- section txt end -->
[...]
<!-- section 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 ever since the 1500s.
</p>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="more-button-wrapper" href="#works">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns="http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
[...]
<!-- button end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>02.</span> The focus
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
It's simple really.
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>03.</span> The team
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end">
The<br>
twelve<br>
<span>strong</span>.
</div>
<!-- section txt end -->
[...]
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
C. Eastwood
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
W. Kar-wai
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
R. Redford
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
T. Scott
</div>
<!-- section title end -->
[...]
<!-- section item end -->
[...]
<!-- about end -->
[...]
You can edit the 'About' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. about IMG BACKGROUND */
.works-list .works-list-bg.about-list-bg {
background-image: url(../img/about/1.jpg);
}
/* 1.3. team IMG BACKGROUND */
.carousel-item-team-01 {
background-image: url(../img/team/1.jpg);
}
.carousel-item-team-02 {
background-image: url(../img/team/2.jpg);
}
.carousel-item-team-03 {
background-image: url(../img/team/3.jpg);
}
.carousel-item-team-04 {
background-image: url(../img/team/4.jpg);
}
[...]
You can also edit the 'About' section images by following its URL path: 'img/about/', and replace existing image files with your own images.
To edit the 'Services' section, simply find the appropriate label <!-- services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>04.</span> The services
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end">
What we do<br>
<span>best</span>.
</div>
<!-- section txt end -->
[...]
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Web
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Hosting
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- section item end -->
[...]
[...]
<!-- item start -->
[...]
<!-- section subtitle start -->
<div class="services-sub-header services-sub-header-all-lead">
Brand
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
Identity
</div>
<!-- section title end -->
[...]
<!-- item end -->
[...]
<!-- item start -->
[...]
<!-- section subtitle start -->
<div class="services-sub-header services-sub-header-all-lead">
Logo
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
Design
</div>
<!-- section title end -->
[...]
<!-- item end -->
[...]
<!-- services 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 */
.works-list .works-list-bg.services-list-bg {
background-image: url(../img/services/1.jpg);
}
[...]
You can also edit the 'Services' section images by following its URL path: 'img/services/', and replace existing image files with your own images.
To edit the 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works start -->
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-light">
<span>05.</span> The works
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-light">
Simplicity is not a style,<br>
<span>it is more</span><br>
a philosophy.
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p class="light">
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.
</p>
<!-- section txt end -->
[...]
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The simplicity
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Simplicity is complex
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/1.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The design
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Design is a process
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="more-button-wrapper" data-lity="" href="https://www.youtube.com/watch?v=v6yOz3oZ0gM">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
[...]
<!-- button end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The Aesthetic
</h2>
<!-- section title end -->
<[...]
<!-- section txt start -->
<div class="intro intro-all">
Aesthetic is a decision
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/2.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The Style
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Style is everything
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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
ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="more-button-wrapper" data-lity="" href="https://vimeo.com/29042580">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
[...]
<!-- button end -->
[...]
<!-- section item end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading section-heading-light">
<span>06.</span> More works
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end intro-light">
Just<br>
<span>slide</span>.
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p class="light">
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.
</p>
<!-- section txt end -->
[...]
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The simplicity
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Simplicity<br>
is complex
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/3.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The design
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Design is<br>
a process
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/4.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The Aesthetic
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Aesthetic is<br>
a decision
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/5.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
The Style
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Style is<br>
everything
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the 1500s.
</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1080" href="img/works/more/6.jpg">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns=
"http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>See More</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Of the printing and typesetting industry.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- section item end -->
[...]
<!-- carousel end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>07.</span> Even more works
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro">
Just<br>
<span>slide</span><br>
again.
</div>
<!-- section txt end -->
[...]
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
Beauty / Fashion
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
People / Life
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
Royalty / Stock
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- section title start -->
<div class="post-title">
Culture / Travel
</div>
<!-- section title end -->
[...]
<!-- section item end -->
[...]
<!-- carousel end -->
[...]
<!-- works end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. works IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1 {
background-image: url(../img/works/1.jpg);
}
.works-list .works-list-bg.works-list-bg-2 {
background-image: url(../img/works/2.jpg);
}
.works-list .works-list-bg.works-list-bg-3 {
background-image: url(../img/works/3.jpg);
}
.works-list .works-list-bg.works-list-bg-4 {
background-image: url(../img/works/4.jpg);
}
/* 1.6. works more IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1-1 {
background-image: url(../img/works/more/3.jpg);
}
.works-list .works-list-bg.works-list-bg-2-1 {
background-image: url(../img/works/more/4.jpg);
}
.works-list .works-list-bg.works-list-bg-3-1 {
background-image: url(../img/works/more/5.jpg);
}
.works-list .works-list-bg.works-list-bg-4-1 {
background-image: url(../img/works/more/6.jpg);
}
/* 1.7. works even more IMG BACKGROUND */
.carousel-item-works-even-more-01 {
background-image: url(../img/works/even-more/1.jpg);
}
.carousel-item-works-even-more-02 {
background-image: url(../img/works/even-more/2.jpg);
}
.carousel-item-works-even-more-03 {
background-image: url(../img/works/even-more/3.jpg);
}
.carousel-item-works-even-more-04 {
background-image: url(../img/works/even-more/4.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 start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>08.</span> The news
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end">
Stay in the<br>
<span>know</span>.
</div>
<!-- section txt end -->
[...]
[...]
<!-- carousel start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
January 1, 2020
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Simplicity<br>
is complex
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the
1500s.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div>
<!-- section txt end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
January 2, 2020
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Design is<br>
a process
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the
1500s.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div>
<!-- section txt end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
January 3, 2020
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Aesthetic is<br>
a decision
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the
1500s.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div>
<!-- section txt end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
January 4, 2020
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-all">
Style is<br>
everything
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="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 ever since the
1500s.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div>
<!-- section txt end -->
[...]
[...]
<!-- carousel end -->
[...]
<!-- news end -->
[...]
You can edit the 'News' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.8. news IMG BACKGROUND */
.news-bg-1 {
background-image: url(../img/news/1.jpg);
}
.news-bg-2 {
background-image: url(../img/news/2.jpg);
}
.news-bg-3 {
background-image: url(../img/news/3.jpg);
}
.news-bg-4 {
background-image: url(../img/news/4.jpg);
}
[...]
You can also edit the 'News' section images by following its URL path: 'img/news/', and replace existing image files with your own images.
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
<span>09.</span> The contact
</h2>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="intro intro-large-end">
Get in<br>
<span>touch</span>.
</div>
<!-- section txt end -->
[...]
[...]
<!-- section title start -->
<h2 class="section-heading">
Address
</h2>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="section-txt-2">
<p>ex Inc. Touchdown Dr 1176</p>
</div>
<!-- section TXT end -->
[...]
<!-- section title start -->
<h2 class="section-heading">
On the web
</h2>
<!-- section title end -->
[...]
<!-- section TXT 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 -->
[...]
<!-- section TXT end -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Phone
</h2>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="section-txt-2">
<p>+123 456 7890</p>
</div>
<!-- section TXT end -->
[...]
[...]
<!-- contact form start -->
[...]
<!-- button start -->
[...]
<button class="more-button-wrapper" id="submit" type="submit">
<svg height="57" viewbox="0 0 57 57" width="57" xmlns="http://www.w3.org/2000/svg">
<path d="M355,244V230H299v56h56V272" transform="translate(-298.5 -229.5)"></path>
</svg>
<span>Submit</span>
</button>
[...]
<!-- button end -->
[...]
<!-- contact form end -->
[...]
<!-- 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 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.9. slick fullscreen slideshow - ZOOM/FADE - ken burns slideshow - IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/1.jpg);
}
.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/2.jpg);
}
.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/3.jpg);
}
.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/4.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 '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:
[...]
/* YouTube video */
[...]
@media only screen and (max-width: 995px) {
.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/nextex.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:
[...]
/* HTML5 video */
[...]
@media only screen and (max-width: 995px) {
.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:
[...]
/* Vimeo video */
[...]
@media only screen and (max-width: 995px) {
.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)