Hi,
I tried to add the accordeon feature to my page.
the toggling works and the text is shown but you can´t see that it´s an accordeon.
How can I change the background colors that it looks prettier?
Is it an CSS setting?
Hi ohormes!
You have a lot of custom CSS which is not very good in my opinion. The reason you cannot see the toggle icons is because of this.
body * {
border: medium none !important;
}
If your just wanting to set a custom background color then you could do something like so.
.toggler { background: red !important; }
Regards,
Elliott