Changing Font Colours

Do you want to like this button?

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.

a.c-btn--hollow {
    color: var(--color--text) !important;
    box-shadow: inset 0 0 0 1px var(--color--text) !important;
    margin-bottom: 1px;
    background: white !important;
}