Remove arrow/bullet from Accordion element

Hi! Is it possible to remove the arrow on the Accordion labels?

Thank you!

Hello @jquinn33,

Thanks for asking. :slight_smile:

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!!! :slight_smile:

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.