“Propper” Documentation by “Theme Starz” v1.0.0


“Propper HTML Template”

Created: 30.08.2016
By: Theme Starz
Email: support@themestarz.net

Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


You can have two styles of navigation:


Block class

Block class adds top and bottom padding into content section, so the different content has nice white space between. Also you need to use this class if you want to set color or image background of the section (see bellow).


Background styling

The section can have color or image background using background-wrapper class. This class needs to be wrapped in block class.

Dark background example

<div class="block background-is-dark"> // background-is-dark tells that background is dark and it set all texts, buttons etc to white
    <div class="background-wrapper"> // basic wrapper
        <div class="background-color background-color-black"></div> // background-color-black will fill the background with black color
    </div>
</div>

Light grey background example

<div class="block">
    <div class="background-wrapper"> // basic wrapper
        <div class="background-color background-color-black opacity-5"></div> // background will be filled with black color, but opacity-5 will make it a light grey
    </div>
</div>

Background with image example

<div class="block">
    <div class="background-wrapper"> // basic wrapper
    <div class="bg-transfer opacity-15"> // bg-transfer class will transfer image into CSS background for better resizing control
        <img src="assets/img/gallery-big-01.jpg" alt=""> // path to the image
    </div>
        <div class="background-color background-color-black opacity-5"></div> // background will be filled with black color, but opacity-5 will make it a light grey
    </div>
</div>

Custom color background

<div class="block background-is-dark"> // background-is-dark tells that background is dark and it set all texts, buttons etc to white
    <div class="background-wrapper"> // basic wrapper
        <div class="background-color" data-background-color-custom="#093228"></div> // set HEX value of your custom color
    </div>
</div>

Propper allows you to create a carousel without editing a JavaScript. All you need to is to set data- parameters. These data-attributes you can set:


Email forms

To set the for receiving messages, open assets/php/email.php and change email@example.com to your own. Forms can have these four predefined name attributes:

Inputs styling

You can choose between regular inputs style and underline. To add underline style, add inputs-underline class into <form> element.


Read more settings

Read more is JS plugin which allows you to show only small part of text or any element and hide the remaining one. You can set these data- attributes


You can enable or disable "roll" effect on links hover. Just add links-hover-effect class into body to enable.


Loading screen (Pace plugin)

To enable loading screen just add has-loading-screenclass into body to enable.


Map settings

To display the map, you need to have these lines at the end of your page:

<script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>
<script type="text/javascript">
    var latitude = 34.038405; // latitude of the map center
    var longitude = -117.946944; // longitude of the map center
    var markerImage = "assets/img/map-marker-w.png"; // image of the marker icon
    var mapTheme = "dark"; // map theme. Use dark or light
    google.maps.event.addDomListener(window, 'load', simpleMap(latitude, longitude, markerImage, mapTheme));
</script>

Count down timer

To change the date of the countdown change these data attributes:


Universal classes



Icons used

Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Theme Starz

Go To Table of Contents