I’m trying to change the text color of “customer login” specifically the element for the “create account” button. For some reason
.customer_login {
color: black !important;
}
doesn’t work, am I doing something obviously wrong? Thanks for the help by the way.