Shopify themes, liquid, logos, and UX
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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025