Two questions:
I referenced this forum to begin customizing my accordians and have found some success but:
- How do I have multiple customized accordians on one page. Mainly I want to change the bg colors for three distinct accordians with the same functions.
When I modify from:
.accordion-tool .x-accordion-heading .x-accordion-toggle {
to:
.accordion-tool-set1 .x-accordion-heading-set1 .x-accordion-toggle-set1 {
…they cannot be called more than once. Is there a simple way to create multiple variations within css on the same page?