Forums › Forums › Bug Reports › Collapsing Toggle not “decollapsing” › Reply To: Collapsing Toggle not “decollapsing”
-
HI @LaetitiaL ! Someone else has reported that problem before, and, like in your case, the cause has been traced to style customization. To bring it back to normal, you have to do the following:
1. Remove the following styles from your child theme:
.booster-toggle-accordion .wp-block-ub-content-toggle-accordion-content-wrap {
border: 1px <slot style="font-family: inherit; font-size: inherit;">#bfc92a</slot> solid;
border-top: none;
}.wp-block-ub-content-toggle-accordion { border: none; }
2. Then, add the following instead:
.wp-block-ub-content-toggle-accordion {
border-radius: 5px;
}Please let us know how it goes.