Eliminating Accordion Item Border on Select

Hi There,

Is there a way to stop an accordion item from getting a black border/outline when it is selected? I have an accordion with only one item within, so the border is unnecessary and out of place. I have tried setting border: none, but that does not work.

Thanks in advance.

Yes, you can inspect the DOM tree of the accordion with your browser's developer tools and see which CSS element specifies the border and then override.

I went through every element and couldn't find a way to turn it off. I'm not an expert with CSS so it might still be hiding somewhere. Couldn't find anything like it in the css file either. Really don't know what's going on.