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
2m 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, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025