There’s a css which is affecting it. Please follow this steps:
-
Go to your store. Click on Actions > Edit Code
-
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.