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
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
Hi Jordan
Cool! It works.
Thanks very much.
You can close this issue.
Best regards
Mike
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon