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 15 sections header
, #home
, #about
, #team
, #team
, #facts
, #service
, #twitter
, #twitter
, #portfolio
, #clients
, #blog
, #contacts
, at the top the #mainNavi
block, #footer
at the bottom of the unit.
And also from the inner pages: blog.html
, blog_single.html
, coming_soon.html
.
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="about"> <div class="container"> [ABOUT RESTAURANT] </div> </section> <section id="menu"> <div class="container"> [DISHES] </div> </section> <section class="achievment"> [ACHIEVMENT BLOCK] </section> <section id="events"> <div class="container"> [EVENTS IN RESTAURANT] </div> </section> <section id="reservation"> [FOTO FROME THE RESERVATION] </section> <section class="comment"> <div class="container"> [COMMENT] </div> </section> <section id="contacts"> <div class="container"> [FORM FOR BOOKING] </div> </section> <div id="footer"> <div class="container"> [FOOTER_CONTENT_HERE] </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
.;body
;I'm using 14 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 stylesfont-awesome.min.css
- Icon style.animate.css
- File for CSS amination.magnific-popup.css
- File for popup.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 themeblack.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.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.countTo.js
- for calc animation.jquery.magnific-popup.min.js
- for popup window.For use the booking form your need to change e-mail address in the mail.php file. You can open this file any text editor.