How can I change the color of my theme?

I dont seem to find the option of changing these colours to black can anyone guide me to it plss :sob: :sob:

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

1 Like