Archived topic
Accordion plugin, changes when using it in reusable blocks
1 reply · Started by Johan on January 17, 2022
Hi!
When I added my containers to reusable blocks my plugin started acted weird. The design changes and I don't get the mouse cursor to change to the hand when I hover over it.
I have tried changing between <p>, <span> and
See the container with the casino list on my site.
Any idea what causes this?
Hi Johan,
The Reusable block is a WP core feature, GP has no control over it, it's unlikely a theme related issue.
It looks like the home page is missing some CSS from the lightweight-according plugin. I would recommend reach out to the plugin support for this issue.
You can try add this CSS as a temporarily solution:
.lightweight-accordion .lightweight-accordion-title {
display: list-item;
background: #f1f2f6;
padding: 10px 12px 10px 18px;
cursor: pointer;
}