(Squarespace) How to change Accordion Line Color

To change Accordion Block Line Color.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.accordion-divider {
    background-color: #f1f !important;
}

Result

1 Like