Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
.customer.register > h1 {
color: white;
}
.customer.register form#create_customer > button {
background: white;
color: black !important;
}
.customer.register form#create_customer > button::after {
box-shadow: none !important;
}
I hope this helps
Best,
Daisy
This is an accepted solution.
.customer.register > h1 {
color: white;
}
.customer.register form#create_customer > button {
background: white;
color: black !important;
}
.customer.register form#create_customer > button::after {
box-shadow: none !important;
}
I hope this helps
Best,
Daisy
thankyou! this worked perfect!