Thank you for purchasing my theme. If you still have some questions that you could not find in the scope of this help file, please contact me through email via my user page contact form here. You can also follow me on Themeforest to keep track of all my future themes, that you might be interested in. Thank you very much!
Site consists of 16 sections header, #home, #skills, #about, #team, .achievement, #services, .idea, #portfolio, .clients, .feedback, #price, .buy-now, #contacts, at the top the #mainNavi block, #footer at the bottom of the unit.
To hange the styles, colors, and other options in the site you can in css/style.css file.
<header>
[LOGO_AND_MENU_BLOCK]
</header>
<section id="home">
[TOP_FULL_SCREEN_SLIDER]
</section>
<section id="skills">
<div class="container">
[SKILLS]
</div>
</section>
<section id="about">
<div class="container">
[SMALL_SLIDER]
</div>
</section>
<section id="team">
<div class="container">
[TEAM_FACES]
</div>
</section>
<section class="achievement">
<div class="container">
[ACHIEVEMENT]
</div>
</section>
<section class="services">
<div class="container">
[SLIDER_WITH_SERVICES]
</div>
</section>
<section class="idea">
<div class="container">
[IDEA]
</div>
</section>
<section id="portfolio">
<div class="container">
[SLIDER_LIKE_MASONRY]
</div>
</section>
<section class="clients">
<div class="container">
[CLIENTS_LOGO]
</div>
</section>
<section class="feedback">
<div class="container">
[CLIENTS_COMMENTS]
</div>
</section>
<section id="price">
<div class="container">
[PRICES_FOR_SERVICES]
</div>
</section>
<section class="buy-now">
<div class="container">
[BUY_NOW_BUTTON]
</div>
</section>
<div id="contacts">
<div class="container">
[CONTACTS_INFO_AND_FORM_FOR_FEEDBACK]
</div>
</div>
<div id="footer">
<div class="container">
[FOOTER_CONTENT]
</div>
</div>
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:
blue, red, yellow, lightgreen, lightred, pink, purple, turquoise, green to the body.;black to the body;body;Our logo consists of 2 images, its logo.png and logo-mini.png. If you need to change only images you can feel free with this. Only replace images in images folder
If you dont have images for this you can write logo as text. example
<!-- LOGO --> <a class="logo" href="index.html"> company name </a> <!-- //LOGO -->
after this you can add same style for design your logo in style.css in the style folder
I'm using 16 CSS files in this theme.
style.css - Main stylesheet. This file also contains some general styling, such as anchor tag colors, font-sizes, etc.bootstrap.min.css - bootstrap stylesflexslider.css - FlexSlider styles. JS slider.prettyPhoto.css - prettyPhoto styles. JS popup for portfolio.animate.css - animate styles for css animation.elegant.icons.style.css - Icon style.blue.css, red.css, yellow.css, lightgreen.css, lightred.css, pink.css, purple.css, turquoise.css, green.css - Color style. Use one of this style for your themewhite.background.css - Background style. Use this file for switch background colorMind that these values might be overridden somewhere else in the file.
style.css file contains all of the specific stylings for the page. The file is separated into sections using:
/*--------- NAME OF BLOCK -------------*/ etc.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
All images are found in the images. If you want to replace the image, just copy the folder with the same name as the original file with identical proportions.
Twelve Javascript files are used in this site.
custom.script.js - User configuration file scripts. Most of the animation in this site are carried out from the customs scripts. There are a few functions that you can look at./*--------- NAME OF BLOCK -------------*/ etc.
jquery.flexslider-min.js - FlexSlider script. Used in the home block.jquery.mb.YTPlayer.js - video player on slides in section home.jquery.min.js - jQuery 1.10.2.jquery.scrollTo-min.js - replacement for the standard to scroll.jquery.parallax-1.1.3.js - parallax for images.jquery.prettyPhoto.js - for popup in portfolio.jquery.countTo.js - for calc animation.jquery.isotope.min.js - gallery for portfolio.