Hi! I’m trying to customize the look of the accordian. I have the collapsed version customized, but I”m struggling with the expanded version. I input this into the on-page css. Obviously, I have multiple accordians and the one I’m targeting here has a clas of “codeforms”
.codeforms
.x-accordion-inner {
background-color: #00007f !important;
}
.codeforms
.x-accordion-heading
.x-accordion-toggle {
background-color:#00007f !important;
}