Thank you for purchasing Nevada! These docs provide usage instructions for the various components built into the theme. If you run into any other problems with the theme, or encounter any bugs, please contact through the contact form on our profile page.
Nevada is a flexible theme and comes with Three different Headers samples . The theme also includes Sass files for deeper customization and a variety of powerful jQuery plugins.
Every Partial Have A Specific Style:
You can find in this file the basic stylesheet of the template.
_colors.scss (Here You Can Find Template Colors)
_buttons.scss (Here You Can Find Template buttons style)
_layout.scss (Here You Can Find Template Layout style)
_responsive.scss (Here You Can Find Template Media Queries style)
_typography.scss (Here You Can Find Template basic typography style)
Table Of Content:
The following plugins are used in the Nevada theme. For more detailed usage instructions for each plugin, please visit the plugin website using the links provided below.
A touch enabled jQuery plugin that lets you create beautiful responsive carousel sliders.
Plugin WebsitejQuery countTo is a jQuery plugin that will count up (or down) to a target number at a specified speed, rendered within an HTML DOM element.
Plugin WebsiteLightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.
Plugin WebsiteThe first option for the Nevada Slider is the use of a background image. The Slider background image in the sample templates are set using inline CSS directly in the document.
To edit the Slider image, change the path of the background image in the <img>
tag. Make sure your image path is correct.
The first option for the Nevada parallax is the use of a background image. The Parallax background image in the sample templates are set using CSS directly in main.scss document.
To edit the Parallax image, change the path of the background image in the main.scss file. Make sure your image path is correct.
To Edit The Particles Bg You can visit This Site Or edit the stylesheet in The main.scss File
As a one page theme, the smooth page scrolling feature is a great way to let your users navigation your content while being contsantly aware of where they are on the page. In order to use the page scroll content, you need a few things. You need a link that you want users to click on to bring them to a section, a unique ID set for the section you want to navigation to, and the page-scroll class added to the link itself.
Here is an example of what a link needs in order to scroll to a section:
<a href="#link" class="page-scroll">Link Text</a>
Note the page-scroll class being added to the link. For a more detailed example, see the links in the navigation bar within any of the samples!
Here is an example of what your section should look like that you're linking to with the above link example:
<section id="link">...</section>
Note that the section's ID matches the link's destination!
If you run into problems, bugs, or have general questions about the theme, please feel free to email us and we will attempt to answer your questions.You can also contact me my email dbzbakhtari@gmail.com
Once again, thank you for choosing Nevada, and we wish you the best of luck on many projects to come!