trying to change the accordion title colors, such as those here:
have tried this:
.custom-accordion .x-accordion-inner,
.custom-accordion .x-accordion-heading .x-accordion-toggle,
.custom-accordion .x-accordion-heading .x-accordion-toggle.collapsed {
color: #69ac25 !important;
}
with ‘custom-accordion’ added to the accordion’s class, but no luck. tried a half dozen other random codes found in old support posts, but no luck.
thanks