I’ve been trying to remove the icon from a collapsible set by setting the attribute data-iconpos="none" in the div that acts as the collapsible-set, but no luck. It would remove it but still leave some kind of shadow.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only solution for this is using CSS, try adding a class to the collapsible such as:
class='listItemNoIcon'within your HTML file add this :
and add this to your css file: