White Line in Accordion

How can I Take out this white line Using Pro - Accordion-element

Hi There @rotation

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-acc-content {
    border-color: transparent !important;
}

Thanks!

looks like it worked thanks

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.