/* Force form dropdown text visible */ form select, form select option { color: #000 !important; background-color: #fff !important; } /* Target Squarespace form fields specifically */ .sqs-block-form select, .sqs-block-form select option { color: #000 !important; background-color: #fff !important; } /* Selected option highlight */ .sqs-block-form select:focus option:checked { color: #000 !important; background-color: #ddd !important; }