(Squarespace) Change Form Select arrow color

To change Form Select arrow color.

First, find Form ID.

In my example, it is: #block-yui_3_17_2_1_1737734014495_5802

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

#block-yui_3_17_2_1_1737734014495_5802 .select svg path {
    fill: black !important;
    stroke: black !important;
}

Result

1 Like