Change price and compare price color

Topic summary

A user seeks to customize pricing display on their Shopify product page using the Symmetry theme. They want to:

Original requests:

  • Change the colors of the sale price and compare-at price
  • Swap their positions (compare-at price first, then discounted price)

A community member provided a CSS solution that successfully adjusted the current price font size by adding code to the main.css file.

Current status:

  • Initial pricing color/size issue partially resolved
  • User has now requested additional help to reduce the size of variant picker buttons
  • Discussion remains open with the new variant picker customization request pending
Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Dear,

I would like to change the color of the price and compare price on the product page.

&

Swap the position of the price. This is how it is now:

Schermafbeelding 2025-03-07 173634.png

How I would like to have the colors and position:

Schermafbeelding 2025-03-07 173457.png

So first the old compare price, then the new discounted price.

Using the symmetry theme, Here’s a link to my product page: Product page

Could someone help me with this?

Thank you for your time!

Hi @Rickyxane

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.css and add this code at the end of the file

span.price__current {
    font-size: 25px !important;
}

Result

Best,

Daisy

Thank you @DaisyVo for this working solution! And could you help me reduce the size of the variant pickers?

Would like to reduce the size.

Thank you!