Hi – can you please advise me if the following customizations to the accordion content element are possible and if so – how to do them?
1) Add a color to the + sign
2) Then when the the accordion is expanded the – sign changes to a different color
Thank you,
Anna
Hi annameis!
Add this to your custom CSS.
.hor_icon { border-color: red !important; }
.vert_icon { border-color: blue !important; }
Cheers!
Elliott
Thank you – worked perfectly!