How to change More Payments Option - Increase Font size and Change Font Colour

Solved

How to change More Payments Option - Increase Font size and Change Font Colour

gongdwana
Excursionist
15 0 3

How do I change the Font Size of the " More Payment Options". I would like to increase the font size and change the colour.   Or would also be nice to have More Payment Option" look like a button similar to add to cart.  I am using Dawn Theme

 

Untitled 2.jpg  

 

 

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2075 734 921

This is an accepted solution.

Hi @gongdwana

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.shopify-payment-button__more-options {
    font-size: 16px !important;
    color: #981b82 !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1723943009900.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2075 734 921

This is an accepted solution.

Hi @gongdwana

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.shopify-payment-button__more-options {
    font-size: 16px !important;
    color: #981b82 !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1723943009900.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now