https://empiricalwater.com/cart
I need that red button to copy the same style as the add to cart button on any of the product pages.
For example the add to cart button on this page: https://empiricalwater.com/products/empirical-water-sample
I also want the same applied to the default “Buy it now” button under add to cart, when dynamic checkout buttons are not available.
Thanks
Hi @empiricalarby ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file → Save
cart-items .cart__warnings a.button,
.shopify-payment-button__button.shopify-payment-button__button--branded div[data-testid="ShopifyPay-button"] span:nth-child(2)
{
font-size: 22px !important;
font-style: italic !important;
font-weight: 900 !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you 
1 Like