Re: Apple Pay Rounded

How can I make my Apple Pay button rounded in the cart section?

KingDiox
Shopify Partner
6 0 0

I want to get my Apple Pay button rounded in the cart section, didn't find the class to do so. If anyone could help me to get it rounded as the checkout button I would be glad.

Screenshot 2024-01-11 at 01.29.00.png

kingdiox
Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

Could you share your store URL so I can check and give you the code to do that?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

niraj_patel
Shopify Partner
2391 516 516

Hello @KingDiox 

You can add code by following these steps 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

   .cart-notification .button{
       border-radius:25px !important;
   }
  .cart-notification .button::before{
     border-radius:25px;
  }
  .cart-notification .button::after{
     border-radius:25px;
  }

</style>

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
KingDiox
Shopify Partner
6 0 0

it didn't help, btw im using dawn theme

kingdiox
niraj_patel
Shopify Partner
2391 516 516

can you share URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com