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
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025