Hi! Is it possible to remove the arrow on the Accordion labels?
Thank you!
Hi! Is it possible to remove the arrow on the Accordion labels?
Thank you!
Hello @jquinn33,
Thanks for asking. 
You can add following CSS under Pro > Theme Options > CSS:
.x-acc-header-indicator {
display: none;
}
Here are some related links for further reading:
Hope this helps.Here are some related links for further reading:
Hope this helps.
THANK YOU SO MUCH!!! Worked BEAUTIFULLY!!! 
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.