Fixing pricing and Icons in Dawn theme

Topic summary

A merchant seeks help with two styling issues on their Shopify Dawn theme store:

Pricing Layout:

  • Wants product page price displayed directly below the title in bolder font
  • Compare-at price and discount should appear on a separate line below in smaller text
  • Later requests the same layout applied to collection pages, with discount amount hidden

Header Icons:

  • Some icons appear bold while others are regular weight
  • Requests all icons to have consistent, non-bold styling

Solutions Provided:
Multiple contributors offered CSS code snippets to address both issues. Implementation methods discussed include:

  • Adding code to theme.liquid file (before closing tag or after )
  • Using the Custom CSS feature in theme editor (suggested as better practice to preserve changes during theme updates)

The merchant confirmed the icon inconsistency remains unresolved and is still seeking a working solution for uniform icon appearance. Screenshots were shared for reference (store password: 4).

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

Hi,

I need help with fixing two issues on my website:

  1. On the product page, the price layout is confusing to customers. I’d like the price to appear directly below the title in a slightly bolder font. The compare-at price and discount should be placed right below the main price in smaller text.

  2. The icons in the header are inconsistent—two are bold, and two are regular. I’d like all the icons to have a uniform appearance.

Sharing screenshots for reference
store link: flawlesspk.com
storefront password: 4

Any help is greatly appreciated

Hi @technase Please add the below code and it will solve the issue.


Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above tag

Result:

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Hi @technase

You can try to add this code to theme.liquid file, after in Online store > Themes > click “…” next to the current theme > Edit code


@Dan-From-Ryviu @sahilsharma9515 wouldn’t it be better to use the Custom CSS feature within the theme editor to add CSS?
This would also allow the merchant to update their Theme?

1 Like

Custom CSS limit number of line codes could be added. They can add code to Custom CSS or theme.liquid file.

Thank you. This doesn’t break a line between the price. I want the Price, line break, and then the compare at and discount pricing.

Can you help me un-bold all the icons. the icons are all consistent but bold icons looks very out of place.

Hi @technase Please add this code:


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Code updated


Can you also help me change the price layout on collection page as well.. so its the “price” in line 1, “compare at price” in line 2, hide the discount amount.