Home › Forums › Particles Support › [Solved] Accordion Particle Install Question › Reply To: [Solved] Accordion Particle Install Question
Tony
Moderator
Hi Kevin,
Its hard for me to be more detail about the issue without checking the files. I see the conflict somewhere because the uk-list for accordion particle set to NONE, that why you see blank page for faq.
To solve the issue without checking inside, simply add css code below
.uk-accordion {
display: block !important;
}
to your custom.css file or your theme scss file then compile for css changing.