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
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.liquidfile - 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.
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 ![]()
2 Likes

