How can I increase price size without changing other text size

Topic summary

Goal: Enlarge the product price text without affecting other text.

Context: The store owner shared their site preview (aulrit.com) and a screenshot illustrating the current sizing issue.

Proposed solution: Two helpers recommend adding custom CSS directly in the theme.liquid file.

  • Steps: Shopify Admin β†’ Online Store β†’ Theme β†’ Edit code β†’ open theme.liquid β†’ insert CSS before the closing tag.
  • Note: The actual CSS code snippet is not visible in the provided content, but the approach implies targeting only the price selector to increase font size.

Evidence: One reply includes a result screenshot showing the price enlarged, suggesting the method works.

Key term: theme.liquid is the theme’s main layout file where global CSS can be added within the section.

Status: No confirmation from the original poster that it resolved the issue; discussion appears open. Images are central to understanding the proposed outcome.

Summarized with AI on December 18. AI used: gpt-5.

How can I increase price size without changing other text size here is the preview link for my website - https://aulrit.com/

1 Like

Hi @Alurithardd ,

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

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


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:

@Alurithardd ,

Step 1: Go to Admin β†’ Online Store β†’ Theme β†’ Edit code

Step 2: Find the file theme.liquid

Step 3: Add this code before tag:


Result: