Accordition Icon Color
Hello. It is possible with custom CSS change color of accordition icon? I want Headline to be for example black color and icon to roll down accordition to be orange color. Can you help me please? Thank you very much.
0
-
Hi Ľudovít,
Thank you for reaching out to us.
I have prepared a short screencast to explain how you can achieve this layout - https://youtu.be/9Jw1TjCM1Ng
The CSS as follows:
.brz .brz-accordion__item>.brz-accordion__nav>.brz-accordion__nav--previewIcon--active {
color: orange;
}
.brz .brz-accordion__nav {
background: green;
}I hope this helps.
Best regards,
Ariel H.0 -
Hello, ty very much. It was helpful.
0
Please sign in to leave a comment.
Comments
2 comments