(Squarespace) Change accordion title active color

To change accordion title active color, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.

button[aria-expanded="true"] span.accordion-item__title {
    color: #f1f;
}

Result

1 Like

@tuanphan,

:heart: :heart: :heart: