Hi There!
Could anyone please tell me the code to make my buy it now button and its font the same size as my add to cart button?
The url and password to my store is as follows:
https://vcsf-home.myshopify.com/ and the password is aughag.
Thank you in advance!
Claire :))
Solved! Go to the solution
This is an accepted solution.
Please place this code at the end of theme.scss
.shopify-payment-button__button {
padding: 12px 30px !important;
font-family: "Bauer Bodoni", serif !important;
font-weight: 400 !important;
font-style: italic !important;
letter-spacing: 0.1em !important;
font-size: 1.05882em !important;
min-height: 51px !important;
}
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->timber.scss.css.liquid->paste below code in the bottom of the file
button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT {
font-family: "Bauer Bodoni", serif!important;
font-weight: 400!important;
font-style: italic!important;
letter-spacing: 0.1em!important;
padding: 12px 20px!important;
font-size: 1.05882em!important;
background-color: #fff!important;
background-color: white!important;
border: 1px solid #a6987a!important;
color: #a6987a!important;
}
Screenshot :- https://prnt.sc/z322um
User | Count |
---|---|
413 | |
201 | |
145 | |
57 | |
43 |