I’d like the icon on the accordion to be inverted caret when the accordion is closed and the caret (^) when the accordion is open. I started by trying to change the symbol and the color of the icon by using the following code, but that did not work. Please point me in the right direction.
.x-accordion-heading .x-accordion-toggle:before {
content: ^
color:# 5b86d2;