How to add border onto applepay button?

How to add border onto applepay button?

styllair
Tourist
15 0 1

Im trying to add a pink border around my apple pay button in my store as it isnt very visible due to my black background, what is the code to do this? Thank you very much

Replies 11 (11)

Made4uo-Ribe
Shopify Partner
9516 2263 2815

Hi @styllair 

Try this, 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
#zoid-paypal-buttons-uid_fadab4c35e_mtu6mda6mjc {
    border: 2px solid rgb(190, 22, 102) !important;
    border-radius: 2px;
}
</style>

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1734102272204.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
styllair
Tourist
15 0 1

Hey, thats exactly what i did, i pasted it before and after my body tags in theme.liquid and for some reason it isnt applying

 

styllair
Tourist
15 0 1

styllair_0-1734103086620.png

tried it both under and above and still nothing sadly

 

styllair
Tourist
15 0 1

Im so confused, i copy pasted that exact cody before the body tag in theme.liquid and im not getting the same results, very strange

Made4uo-Ribe
Shopify Partner
9516 2263 2815

Is this button is from an app? If it, you need to contact the app provider. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
styllair
Tourist
15 0 1

its not form an app, its the apple pay button from shopify, im just trying to add a little white border around it

 

comercioservice
Shopify Partner
283 38 34

@styllair 


hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
#zoid-paypal-buttons-uid_fadab4c35e_mtu6mda6mjc {
    border: 2px solid rgb(190, 22, 102) !important;
    border-radius: 2px;
}
</style>
​

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
styllair
Tourist
15 0 1

styllair_0-1734104611814.png

hey thanks so much for the reply, i tried this too and it simply isnt applying, so strange

 

comercioservice
Shopify Partner
283 38 34

@styllair , oh its hard to understand now in text.

how to i tell you now 😞
I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
styllair
Tourist
15 0 1

What do you mean its hard to understand in text?

comercioservice
Shopify Partner
283 38 34

@styllair yah

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!