Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.shopify-payment-button__button {
position: relative;
background-color: #0B3D2E !important; /* deep green */
color: transparent !important; /* hide original label */
border: none;
font-family: Italiana, serif;
font-size: 14px;
padding: 12px 24px;
border-radius: 6px;
}
.shopify-payment-button__button::after {
content: "Preorder Now";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white !important; /* white text */
font-family: Italiana, serif;
font-size: 14px;
font-weight: 500;
pointer-events: none;
z-index: 2;