Hi there,
The custom CSS option doesn’t seem to make any changes at all to the website’s design. I’ve been trying to adjust (actually temporarily hide) the “Checkout” button, and nothing works.
I’ve tried the following, with no luck:
.checkout-btn {
display:none!important;
}
and
#cart-buttons {
display:none!important;
}