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 start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- page title start -->
<h1 class="home-page-title">
Runex
</h1>
<!-- page title end -->
[...]
<!-- page subtitle start -->
<h3>
Build a remarkable website. Quite fast!
</h3>
<!-- page subtitle end -->
[...]
<!-- button start -->
[...]
<a class="page-scroll" href="#about">
<div class="the-button">
Read more
</div>
</a>
[...]
<!-- button 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-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 -->
[...]
<!-- copyright home start -->
<div class="copyright-home">
Runex © All Rights Reserved.
</div>
<!-- copyright home end -->
[...]
<!-- home page IMG/VIDEO bg start -->
[...]
<!-- single IMG start -->
[...]
<!-- single IMG bg start -->
<img alt="BG Img" src="img/background/SINGLE-bg.jpg">
<!-- single IMG bg end -->
[...]
<!-- single IMG end -->
[...]
<!-- home page IMG/VIDEO bg end -->
<!-- section page IMG bg mobile start -->
<!-- about IMG mobile start -->
[...]
<img alt="BG Img" src="img/background/slide-img-about.jpg">
[...]
<!-- about IMG mobile end -->
<!-- works IMG mobile start -->
[...]
<img alt="BG Img" src="img/background/slide-img-works.jpg">
[...]
<!-- works IMG mobile end -->
<!-- services IMG mobile start -->
[...]
<img alt="BG Img" src="img/background/slide-img-services.jpg">
[...]
<!-- services IMG mobile end -->
<!-- news IMG mobile start -->
[...]
<img alt="BG Img" src="img/background/slide-img-news.jpg">
[...]
<!-- news IMG mobile end -->
<!-- contact IMG mobile start -->
[...]
<img alt="BG Img" src="img/background/slide-img-contact.jpg">
[...]
<!-- contact IMG mobile end -->
<!-- section page IMG bg mobile end -->
[...]
<!-- home end -->
[...]
To edit the 'Home' section text (Typed Text version), simply find and open the file named 'runex.js' placed in the folder named 'js'.
Part to edit:
[...]
// 7. typed text
[...]
strings: ["Fully Responsive", "Photography Portfolio", "Made for KINGS"],
[...]
[...]
[...]
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.
You can edit the 'Logo' images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 6. logo */
.logo {
position: absolute;
display: block;
width: 59px;
height: 35px;
top: 55px;
left: 55px;
background: url(../img/logo-dark.png) no-repeat;
z-index: 98;
}
@media only screen and (max-width: 880px) {
.logo {
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 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Who we are</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- page title start -->
<h2 class="home-page-title-all">
About
</h2>
<!-- page title end -->
[...]
<!-- section subtitle start -->
<h6 class="about">
<span class="awesome">Brand</span> Mission
</h6>
<!-- section subtitle end -->
[...]
<!-- section txt start -->
<div class="txt">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
</div>
<!-- section txt end -->
[...]
<!-- section subtitle start -->
<h6 class="about">
<span class="awesome">Brand</span> Vision
</h6>
<!-- section subtitle end -->
[...]
<!-- section txt start -->
<div class="txt">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
</div>
<!-- section txt end -->
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<!-- team item start -->
[...]
<img alt="Img" src="img/team/1.jpg">
[...]
[...]
<!-- team item end -->
[...]
<!-- section title start -->
<div class="section-title-inner">
C. Eastwood
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
Chief Photographer
</div>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="social-icons social-icons-dark">
<!-- 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 -->
</div>
<!-- section txt end -->
[...]
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- team item start -->
[...]
<img alt="Img" src="img/team/2.jpg">
[...]
<!-- team item end -->
[...]
<!-- section title start -->
<div class="section-title-inner">
W. Kar-wai
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
Editorial Photographer
</div>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="social-icons social-icons-dark">
<!-- 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 -->
</div>
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- team item start -->
[...]
<img alt="Img" src="img/team/3.jpg">
[...]
<!-- team item end -->
[...]
<!-- section title start -->
<div class="section-title-inner">
R. Redford
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
Advertising Photographer
</div>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="social-icons social-icons-dark">
<!-- 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 -->
</div>
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- team item start -->
[...]
<img alt="Img" src="img/team/4.jpg">
[...]
<!-- team item end -->
[...]
<!-- section title start -->
<div class="section-title-inner">
T. Scott
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
Executive Photographer
</div>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="social-icons social-icons-dark">
<!-- 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 -->
</div>
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<!-- team item start -->
[...]
<img alt="Img" src="img/team/5.jpg">
[...]
<!-- team item end -->
[...]
<!-- section title start -->
<div class="section-title-inner">
C. Nolan
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
Photography Consultant
</div>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="social-icons social-icons-dark">
<!-- 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 -->
</div>
<!-- section txt end -->
[...]
<!-- section item end -->
[...]
<!-- timeline step 1 start -->
[...]
<!-- timeline IMG start -->
[...]
<img alt="Timeline" class="img-circle img-responsive" src="img/timeline/1.jpg">
[...]
<!-- timeline IMG end -->
[...]
<!-- date start -->
<h4 class="cd-timeline-date">
April 2019 - Present
</h4>
<!-- date end -->
[...]
<!-- position start -->
<h3 class="cd-timeline-name">
Chief<br>
Photographer
</h3>
<!-- position end -->
[...]
<!-- position time start -->
<h3 class="cd-timeline-name">
<span class="cd-timeline-position">Full-time</span>
</h3>
<!-- position time end -->
[...]
<!-- section TXT start -->
<div class="timeline-body">
<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 -->
[...]
<!-- timeline step 1 end -->
<!-- timeline step 2 start -->
[...]
<!-- timeline IMG start -->
[...]
<img alt="Timeline" class="img-circle img-responsive" src="img/timeline/2.jpg">
[...]
<!-- timeline IMG end -->
[...]
<!-- date start -->
<h4 class="cd-timeline-date">
May 2012 - April 2019
</h4>
<!-- date end -->
[...]
<!-- position start -->
<h3 class="cd-timeline-name">
Assistant<br>
Photographer
</h3>
<!-- position end -->
[...]
<!-- position time start -->
<h3 class="cd-timeline-name">
<span class="cd-timeline-position">Freelance</span>
</h3>
<!-- position time end -->
[...]
<!-- section TXT start -->
<div class="timeline-body">
<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 -->
[...]
<!-- timeline step 2 end -->
<!-- timeline step 3 start -->
[...]
<!-- timeline IMG start -->
[...]
<img alt="Timeline" class="img-circle img-responsive" src="img/timeline/3.jpg">
[...]
<!-- timeline IMG end -->
[...]
<!-- date start -->
<h4 class="cd-timeline-date">
January 2008 - May 2012
</h4>
<!-- date end -->
[...]
<!-- position start -->
<h3 class="cd-timeline-name">
Fashion<br>
Photographer
</h3>
<!-- position end -->
[...]
<!-- position time start -->
<h3 class="cd-timeline-name">
<span class="cd-timeline-position">Part-time</span>
</h3>
<!-- position time end -->
[...]
<!-- section TXT start -->
<div class="timeline-body">
<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 -->
[...]
<!-- timeline step 3 end -->
[...]
<!-- about IMG start -->
[...]
<img alt="BG Img" src="img/background/slide-img-about.jpg">
[...]
<!-- about IMG end -->
[...]
<!-- about end -->
[...]
You can also edit the 'About/Team' section images by following its URL path: 'img/team/', and replace existing image files with your own images.
You can also edit the 'About Timeline' section images by following its URL path: 'img/timeline/', and replace existing image files with your own images.
You can also edit the 'About' section images by following its URL path: 'img/background/', 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 subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>What it look like</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- page title start -->
<h2 class="home-page-title-all">
Works
</h2>
<!-- page title end -->
[...]
<!-- carousel start -->
[...]
<!-- button start -->
<div class="more-wraper-center item-folio">
<a class="thumb-link" data-size="1920x1280" href="img/works/1.jpg">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Image</span>
</div>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center item-folio">
<a class="thumb-link" data-size="1920x1280" href="img/works/2.jpg">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Image</span>
</div>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>Watch Video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a data-lity="" href="https://vimeo.com/126363491">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>Watch Video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center item-folio">
<a class="thumb-link" data-size="1920x1280" href="img/works/5.jpg">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Image</span>
</div>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center item-folio">
<a class="thumb-link" data-size="1920x1280" href="img/works/6.jpg">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Image</span>
</div>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>Watch Video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a data-lity="" href="https://vimeo.com/126363491">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>Watch Video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- carousel end -->
[...]
<!-- works IMG start -->
[...]
<img alt="BG Img" src="img/background/slide-img-works.jpg">
[...]
<!-- works IMG end -->
[...]
<!-- works end -->
[...]
You can edit the 'Works' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. works IMG BACKGROUND */
.item-works-01 {
background-image: url(../img/works/1.jpg);
}
.item-works-02 {
background-image: url(../img/works/2.jpg);
}
.item-works-03 {
background-image: url(../img/works/3.jpg);
}
.item-works-04 {
background-image: url(../img/works/4.jpg);
}
.item-works-05 {
background-image: url(../img/works/5.jpg);
}
.item-works-06 {
background-image: url(../img/works/6.jpg);
}
.item-works-07 {
background-image: url(../img/works/7.jpg);
}
.item-works-08 {
background-image: url(../img/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.
You can also edit the 'Works' section images by following its URL path: 'img/background/', 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 subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>What we do</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- page title start -->
<h2 class="home-page-title-all">
Services
</h2>
<!-- page title end -->
[...]
<!-- panel wrapper start -->
[...]
<!-- section title start -->
<span class="panel-title">
Web Design </span>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="panel-body">
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
<!-- section txt end -->
[...]
<!-- section title start -->
<span class="panel-title">
Logo Design </span>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="panel-body">
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
<!-- section txt end -->
[...]
<!-- section title start -->
<span class="panel-title">
UX/UI Design </span>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="panel-body">
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
<!-- section txt end -->
[...]
<!-- section title start -->
<span class="panel-title">
Brand Identity </span>
<!-- section title end -->
[...]
<!-- section txt start -->
<div class="panel-body">
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>
<!-- section txt end -->
[...]
<!-- panel wrapper end -->
[...]
<!-- services IMG start -->
[...]
<img alt="BG Img" src="img/background/slide-img-services.jpg">
[...]
<!-- services IMG end -->
[...]
<!-- services end -->
[...]
You can also edit the 'Services' section images by following its URL path: 'img/background/', 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 subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Stay up to date</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- page title start -->
<h2 class="home-page-title-all">
News
</h2>
<!-- page title end -->
[...]
<!-- news carousel start -->
[...]
<!-- news item 1 start -->
[...]
<!-- section subtitle start -->
<div class="news-info-date">
September 1, 2021
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="news-info-title">
Simplicity is complex
</div>
<!-- section title end -->
[...]
<!-- section subtitle start -->
<div class="news-info-category">
Beauty / Fashion
</div>
[...]
<!-- section txt start -->
<p class="text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
<!-- section txt end -->
[...]
<!-- news item 1 end -->
<!-- news item 2 start -->
[...]
<!-- section subtitle start -->
<div class="news-info-date">
September 2, 2021
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="news-info-title">
Design is a process
</div>
<!-- section title end -->
[...]
<!-- section subtitle start -->
<div class="news-info-category">
Nature / Wild
</div>
[...]
<!-- section txt start -->
<p class="text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
<!-- section txt end -->
[...]
<!-- news item 2 end -->
<!-- news item 3 start -->
[...]
<!-- section subtitle start -->
<div class="news-info-date">
September 3, 2021
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="news-info-title">
Aesthetic is a decision
</div>
<!-- section title end -->
[...]
<!-- section subtitle start -->
<div class="news-info-category">
Royalty / Stock
</div>
[...]
<!-- section txt start -->
<p class="text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
<!-- section txt end -->
[...]
<!-- news item 3 end -->
<!-- news item 4 start -->
[...]
<!-- section subtitle start -->
<div class="news-info-date">
September 4, 2021
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="news-info-title">
Style is everything
</div>
<!-- section title end -->
[...]
<!-- section subtitle start -->
<div class="news-info-category">
People / Life
</div>
[...]
<!-- section txt start -->
<p class="text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p>
<!-- section txt end -->
[...]
<!-- news item 4 end -->
[...]
<!-- news carousel end -->
[...]
[...]
<!-- news IMG start -->
[...]
<img alt="BG Img" src="img/background/slide-img-news.jpg">
[...]
<!-- news IMG end -->
[...]
<!-- news end -->
[...]
[...]
<!-- news modal 1 start -->
[...]
<!-- news modal content start -->
[...]
<!-- section subtitle start -->
<div class="news-info-date">
September 1, 2021
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="news-info-title">
Simplicity is complex
</div>
<!-- section title end -->
[...]
<!-- section subtitle start -->
<div class="news-info-category">
Beauty / Fashion
</div>
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<img alt="Img" src="img/news/news-gallery/gallery-1/1.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit:
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
C. Eastwood
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/news-gallery/gallery-1/2.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit:
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
W. Kar-wai
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/news-gallery/gallery-1/3.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit:
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
R. Redford
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/news-gallery/gallery-1/4.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit:
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
T. Scott
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/news-gallery/gallery-1/5.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit:
</div>
<!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-dark">
C. Nolan
</div>
<!-- section title end -->
[...]
<!-- section item end -->
[...]
<!-- carousel end -->
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut <span>perspiciatis unde</span> omnis iste natus error sit voluptatem accusantium doloremque laudantium, <span>totam rem</span> aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- news modal content end -->
</div>
<!-- news modal 1 end -->
<!-- news modal 2 start -->
[...]
<!-- news modal 2 end -->
<!-- news modal 3 start -->
[...]
<!-- news modal 3 end -->
<!-- news modal 4 start -->
[...]
<!-- news modal 4 end -->
[...]
You can edit the 'News' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. 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 article images by following its URL path: 'img/news/', and replace existing image files with your own images.
You can also edit the 'News' 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 start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Get in touch</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- page title start -->
<h2 class="home-page-title-all">
Contact
</h2>
<!-- page title end -->
[...]
<!-- section subtitle start -->
<h6 class="contact">
<span class="awesome">Street</span> address
</h6>
<!-- section subtitle end -->
[...]
<!-- section txt start -->
<div class="txt">
<p>
ex Inc.<br>
Touchdown Dr 1176
</p>
</div>
<!-- section txt end -->
[...]
<!-- section subtitle start -->
<h6 class="contact">
<span class="awesome">Contact</span> inquiry
</h6>
<!-- section subtitle end -->
[...]
<!-- section txt start -->
<div class="txt">
<p>
<a class="link-effect" href="mailto:contact@domainname.com">contact@domainname.com</a><br>
+123 456 7890
</p>
</div>
<!-- section txt end -->
[...]
<!-- section subtitle start -->
<h6 class="contact">
<span class="awesome">Inquiry</span> form
</h6>
<!-- section subtitle end -->
[...]
<!-- contact form start -->
[...]
<!-- contact form end -->
[...]
<!-- copyright start -->
<div class="copyright">
<a href="#">Runex</a> © All Rights Reserved.
</div>
<!-- copyright end -->
[...]
<!-- contact IMG start -->
[...]
<img alt="BG Img" src="img/background/slide-img-contact.jpg">
[...]
<!-- contact IMG end -->
[...]
<!-- contact end -->
[...]
You can also edit the 'Contact' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To add 'YouTube Videos - SINGLE' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- YouTube video URL start -->
<div class="player" data-property=
"{videoURL: '3zXrWmkVjTM', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9}"
id="bgndVideo"></div>
<!-- YouTube video URL end -->
[...]
Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/YT-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* YouTube video */
[...]
@media only screen and (max-width: 880px) {
.YT-bg {
[...]
background-image: url(../img/background/YT-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
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: 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 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.3. hero slider 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.4. 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);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
Contact the author
Ex Nihilo provides support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Typical response time is less than 1 business day.
Item support includes:
Availability of the author to answer questions
Get assistance with reported bugs and issues
Help with included 3rd party assets
Item support does not include:
Customizations and installations
Working time:
Monday thru Friday 9am to 5pm,
Central European Time (UTC+01:00)