<!-- Preloader -->
<div class="preLoader"></div>
Make 2 copies of your image. One default image (Example: file.png) and another retina supported image (Example: file@2x.png) in the same directory.
Note: data-rjs="2" attribute is added in img tag. Which is how retina images work. So if you add new image tag, make sure to add data-rjs="2" to support retina display.
<img src="img/logo.png" data-rjs="2" alt="Site Logo">
Open the file in a code editor. Find and change the code.
<!-- Logo -->
<div class="logo">
<a href="index.html">
<img src="img/logo.png" data-rjs="2" alt="Site logo">
</a>
</div>
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Header Menu'
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Hero Content'.
Open '.html' file. (For Example: 'index.html')
Find the Link 'https://www.youtube.com/watch?v=ctvlUvN6wSE'.
Now Change it with yours.
Open '.html' file. (For Example: 'index.html')
Find 'data-bg-img="*'.
Then choose yours.
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Single Plan'.
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Single Plan Item '.
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Single Testimonial'
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Single Brand'
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Single Blog'.
Now Change it with yours.
Open 'about.html' file.
Find the comment 'Start Counter Area'
Open 'about.html' file.
Find the comment 'Start Single Team'
Open '.html' file. (For Example: 'donmain.html')
Find the comment 'Start Single FAQ'
Open the file 'Index.html' in a code editor. Find Subscription area and change the action code.
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Social Icons'.
Now Replace the it with yours
Open '.html' file. (For Example: 'index.html')
Find the comment 'Start Copyright'.
Now Replace it ..
Open the file 'sendmail.php' in a code editor. Find and change the code.
// Settings
$settings = array(
"name" => "Admin",
"email" => "example@domain.com",
);
Open file in a text/code editor. Delete/update/add code.
<div data-animate="fadeInUp" data-delay=".5" data-duration=".5">
Description:
data-animate attribute. They are: fadeInUp, fadeInDown, fadeInLeft, fadeInRight.data-delay and data-duration attributes can only be numeric and the value is in second.data-delay and data-duration attributes are optional.Open the file '.HTML'.
data-owl-items="3" data-owl-autoplay= "true" data-owl-speed= "4000" data-owl-margin="30" data-owl-nav="true" data-owl-responsive='{"0": {"items": "1"}, "768": {"items": "3"}}'
Note: Find the code for related slider. There are separate settings for every slider.
Open 'contact.html' in a code/text editor. Find the comment 'map'.
Now Replace it what are you want