Align payment options and remove "more payment options"

Solved

Align payment options and remove "more payment options"

AnimeVoyage
New Member
11 0 0

Hello guys. I want to have the payment badges aligned under the dircetly under the buy with paypal button. I also want to remove "more payment options"

 

Anyone can help?

https://luviera.store/

 

password: bautso

 

I used a custom liquid to add the payment options

 

AnimeVoyage_0-1726125821243.png

 

 

Accepted Solution (1)

Moeed
Shopify Partner
5346 1444 1729

This is an accepted solution.

Hey @AnimeVoyage 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
ul.list.list-payment {
    justify-content: center !important;
}
.shopify-payment-button__more-options {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1726126144279.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Tech_Coding
Shopify Partner
301 76 67

Hello @AnimeVoyage 

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>
   button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
      display: none !important;
   }
@media screen and (min-width: 750px) {
   .list-payment {
      justify-content: flex-start !important;
   }
 }
</style>

Tech_Coding_0-1726126108874.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

 

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Moeed
Shopify Partner
5346 1444 1729

This is an accepted solution.

Hey @AnimeVoyage 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
ul.list.list-payment {
    justify-content: center !important;
}
.shopify-payment-button__more-options {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1726126144279.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


topnewyork
Globetrotter
633 114 134

Hi @AnimeVoyage ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
ul.list.list-payment {
    justify-content: center !important;
}
.shopify-payment-button__more-options {
    display: none !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

GTLOfficial
Shopify Partner
543 115 108

HEllo @AnimeVoyage 
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
display: none !important;
}
@media screen and (min-width: 750px) {
.list-payment {
justify-content: center;
}
}

result
4.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh