Page 1 of 1

Accordion Feature

Posted: Wed Feb 20, 2019 4:55 pm
by krewman
Is there a way to turn off icons when using the accordion feature? Thanks.

Re: Accordion Feature

Posted: Wed Feb 20, 2019 6:05 pm
by Pablo
I'm sorry, there is currently no option to remove the icon.

Re: Accordion Feature

Posted: Thu Feb 21, 2019 12:31 am
by BaconFries
Try the following inserting in Page HTML Between the <head></head> tags*

Code: Select all

<style>
#Accordion1 .ui-icon { display: none; }
#Accordion1 .ui-accordion-header a { padding-left: 0; }
</style>