=== Kadence Slider ===
Contributors: Kadence Themes
Tags: 
Requires at least: 3.2
Tested up to: 4.0
Stable tag: 1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Responsive background image slider with caption animations.

== Description ==

Responsive background image slider with caption animations.

== Installation ==

Install the plugin into the `/wp-content/plugins/` folder, and activate it.


== Changelog ==
= 1.4 =
* CSS updates

= 1.3 =
* Add Parralax Scroll
* Hide Nav Option

= 1.2 =
* Fixed button not clearing the header.
* Fixed slider jump issue.
* Fixed button background issue

= 1.2 =
* Few minor fixes.
* Add font weight support.
* Text shaddow options.

= 1.1 =
* Few minor fixes.

= 1.0 =
* Initial Version.

== Custom CSS for Kadence Slider ==

// Caption Title Font Family

.kad-slider-wrapper .kadcaptiontitle {
font-family: "Open Sans",sans-serif;
}

// Caption Description Font Family

.kad-slider-wrapper .kadcaptiontext {
font-family: "Open Sans",sans-serif;
}

// Button Font Family
.kad-slider .kad-slider-btn {
font-family: "Open Sans",sans-serif;
}