Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created July 10, 2016 12:05
Show Gist options
  • Save pro-beaver/72bb8d36037c2e56896a4bfe09a3a2b5 to your computer and use it in GitHub Desktop.
Save pro-beaver/72bb8d36037c2e56896a4bfe09a3a2b5 to your computer and use it in GitHub Desktop.
Different title & content colors in Beaver Accordion module Raw
/**
* Different title & content colors in Beaver Accordion module
* assign pro-ac-1 class to accordion
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=179
*
*/
.pro-ac-1 .fa-plus:before {
content: "\f078";
}
.pro-ac-1 .fa-minus:before {
content: "\f077";
}
.pro-ac-1 .fa-plus,
.pro-ac-1 .fa-minus {
opacity: 1
}
.pro-ac-1 .fl-accordion-item {
border: none;
background: #5462b2;
color: #fff;
}
.pro-ac-1 .fl-accordion-content {
padding-top: 10px;
background: #f5f5f5;
color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment