Hi,
1) You would need to add an extra class to your accordion element and add my code again, with the extra class in front. Say the extra class is acc-color-1, you would do this:
.acc-color-1 .ui-state-default a, .acc-color-1 .ui-state-default a:link, .acc-color-1 .ui-state-default a:visited {
color: #FFFFFF !important;
font-weight: bold;
}
Repeat for each different color you want to add.
2) I see you already added an extra class and a custom background color (acc-black ? )
3) Add mb0 as an extra class.
Regards,
————————————————————————————————————
Cosmin – Support