Reducing the Shop Pay message text size on product pages and/or increasing product price size for better visual flow. A product example link and screenshot illustrate the text size matching the price, which feels disruptive.
Working fix: Add CSS targeting the shopify-payment-terms element with a reduced font size (e.g., 14px with !important). The original poster confirmed this resolves the issue.
Theme 2.0 considerations: If the terms element can’t be directly targeted—or a styles.css file isn’t present—use an adjacent sibling selector (e.g., .product-qty-btn-block + div) to style the div that follows a known block. The “+” selector targets the immediately following sibling.
Responsive sizing: Use a CSS media query to set 10px on mobile and 14px on desktop (e.g., min-width: 770px). Media queries apply styles based on viewport width.
Status: Sizing is resolved with CSS, including a responsive approach. Open items: where to place CSS in Theme 2.0 without styles.css, repositioning the Shop Pay message into its own block, and shortening the message text were asked but not conclusively answered.
How do I reduce the Shop Pay text size on my product pages? It’s the same size as the product price and visually doesn’t flow well. Or, alternatively, how do I increase the size of the product pricing and keep the Shop Pay text size the same?
Let me know if that works out for you! Should that be all, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!
Hi, I noticed that my theme 2.0 theme does not have a styles.css to edit. I have Pipeline 2.0. Could you help me figure out where / how to adjust my shoppay font like this?
Also, and if possible - 1) is there a way just to put it on its own block (maybe custom liquid?) so I can place it in a different area on my product page. 2) is it possiable to shorting the text description as I think I want to keep it simpler.