We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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
7764 2082 2567

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Tech_Coding
Shopify Partner
520 133 131

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
7764 2082 2567

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


topnewyork
Astronaut
1552 191 253

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
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

GTLOfficial
Shopify Partner
881 182 192

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: info@gtlofficial.com - Skype: ritesh_27dh