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

Topic summary

A user wants to customize the “More Payment Options” text on their cart page by increasing the font size and changing the color. They’re using the Dawn theme and would like the styling to match their “Add to Cart” button.

Solution provided:

  • Navigate to: Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </head> tag

A code snippet and visual result were shared demonstrating the customization. The solution appears to successfully address the styling request for the payment options text.

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

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

1 Like

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 tag:


Here is result:

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 :heart_eyes:

2 Likes