Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467656

    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?

    #468144

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.