Skip to content

Instantly share code, notes, and snippets.

@mohsinr
Created July 31, 2019 08:21
Show Gist options
  • Save mohsinr/44462110d1a83e7dbbbcfd21dbce8daa to your computer and use it in GitHub Desktop.
Save mohsinr/44462110d1a83e7dbbbcfd21dbce8daa to your computer and use it in GitHub Desktop.
keep bootstrap 3 panel collapsibles , expanded via CSS
#faqs-group .panel-collapse.collapse {display: block !important;}.faqs-section .panel-default>.panel-heading>a:after{display:none !important}
.faqs-section .panel-default>.panel-heading>a{
background-color: #0099a5!important;
margin-bottom: 0 !important;
border-radius: 4px 4px 0 0;
}
.faqs-section .panel-default{margin-bottom:20px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment