Change price and compare price color

Solved

Change price and compare price color

Rickyxane
Tourist
13 0 1

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!

 

 

Accepted Solution (1)

DaisyVo
Shopify Partner
4275 467 560

This is an accepted solution.

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 

DaisyVo_0-1741407442318.png

 

Best,

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4275 467 560

This is an accepted solution.

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 

DaisyVo_0-1741407442318.png

 

Best,

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Rickyxane
Tourist
13 0 1

Thank you @DaisyVo for this working solution! And could you help me reduce the size of the variant pickers? 
Schermafbeelding 2025-03-08 133113.png

 

Would like to reduce the size. 

 

Thank you!