1. Start
  2. HTML Files & Structure
  3. CSS Files
  4. JavaScript
  5. E-Mail Form

ITALIAN - Modern Restaurant Premium Template

One Page Parallax Theme


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!

HTML Files & Structure


Site consists of 10 sections header, #home, #about, #menu, #facts, .subscribe, #events, #feedback, #contacts, #footer
And also from the inner pages: blog.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 id="facts">
    <div class="container">
        [FACTS IN RESTAURANT]
    </div>
</section>

<section class="subscribe">
    [SUBSCRIBE BLOCK]
</section>

<section id="events">
    <div class="container">
        [RESTAURANT EVENTS]
    </div>
</section>

<section id="feedback">
    <div class="container">
        [USERS FEEDBACK]
    </div>
</section>

<div id="contacts">
    <div class="container">
        [CONTACT FORM]
    </div>
</div>

<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:

CSS Files

I'm using 16 CSS files in this theme.

Mind 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.

JavaScript

Twelve Javascript files are used in this site.

E-Mail Form

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.