=== Kadence Slider ===
Contributors: Kadence Themes
Tags: 
Requires at least: 3.2
Tested up to: 3.9
Stable tag: 1.7
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.0 =
* Initial Version.

= 1.1 =
* Few minor fixes.

== 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;
}