Accordion title disappears after clicking?

@redlobb

There’s a css which is affecting it. Please follow this steps:

  1. Go to your store. Click on Actions > Edit Code

  2. Go to Assets > theme.css add below lines at the bottom of the file.

.faq-accordion dt button[aria-expanded=true] {
display: block !important;

}


If helpful then please Like and Accept Solution.