Accordion Feature
Posted: Wed Feb 20, 2019 4:55 pm
Is there a way to turn off icons when using the accordion feature? Thanks.
Code: Select all
<style>
#Accordion1 .ui-icon { display: none; }
#Accordion1 .ui-accordion-header a { padding-left: 0; }
</style>