I would like to style the apple pay button to be similar to the checkout button for Suivant theme. I read on a different post to modify the applepay.js file but I couldn't find that file any where on my site. Any idea how I can do this?
Announcement
Collapse
No announcement yet.
Apple Pay button styling question
Collapse
X
-
to style ApplePay button all you need to do: modify CSS
Code:<style> #applepay-button { width: 100% !important; margin-left: 0; height: 36px;} </style>
Code:<style> #applepay-button {display: inline-flex !important;} </style>
BUT(!) Apple does NOT allow you to do too many modifications.
Read the guidelines here: https://developer.apple.com/apple-pa...Guidelines.pdf
If you're not following their code they may ban you from services.
- 1 like
Comment