How can I improve my gold decor online store?

Great job on the changes, looking very nice.

For your add to cart button you can do this by adding custom CSS:

.btn--tertiary.add-to-cart {
    background: #000;
    color:#fff;
}

See below:

1 Like