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
I dont seem to find the option of changing these colours to black can anyone guide me to it plss😭😭
Solved! Go to the solution
This is an accepted solution.
Hello @aakarsh
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-form__submit span {
color: #000 !important;
}
.button--secondary, .button--tertiary {
--color-button-text: unset !important;
}
This is an accepted solution.
Hello @aakarsh
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.product-form__submit span {
color: #000 !important;
}
.button--secondary, .button--tertiary {
--color-button-text: unset !important;
}
Accepted solution