Oui, ainsi :
- Si tu veux pour 1 seul sub-button
.bubble-sub-button-1 {
background-color: pink !important;
}
- Si tu veux pour tous les sub-button
.bubble-sub-button {
background-color: pink !important;
}
Oui, ainsi :
.bubble-sub-button-1 {
background-color: pink !important;
}
.bubble-sub-button {
background-color: pink !important;
}