Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created July 10, 2016 05:59
Show Gist options
  • Save pro-beaver/deb7a7bd7ca0cd161d67790e478e65d2 to your computer and use it in GitHub Desktop.
Save pro-beaver/deb7a7bd7ca0cd161d67790e478e65d2 to your computer and use it in GitHub Desktop.
Change buttons in Beaver Builder Accordion module
/**
* Change default buttons with font awesome icons
* 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";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment