Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1208330

    Hi
    We use accordions on our new website.
    When an accordion entry is active or open, there is a blue border arround it. See private content section.
    How we can change the color of this border or remove it?
    Thanks very much.
    Best regards
    Mike

    #1208355

    Hey Michael,

    It’s default browser behaviour, you should be able to override it using this CSS though:

    .toggler:focus {
        outline: -webkit-focus-ring-color auto 0 !important;
    }

    Best regards,
    Jordan Shannon

    #1208545

    Hi Jordan
    Cool! It works.
    Thanks very much.
    You can close this issue.
    Best regards
    Mike

    #1208556

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border color of active accordion entry’ is closed to new replies.