How can I un-bold the comparable price on all my product pages?

Solved

How can I un-bold the comparable price on all my product pages?

3azzzeh
Excursionist
18 0 7

Hi

I want to change the old comparable price (in gray as below) to normal instead of Bold

3azzzeh_0-1630926738980.png

I want to un-bold only the comparable price (no change on current selling price)

 

I want to apply this in all: my Collection lists, Home page, Product page
https://azkadenia.myshopify.com/

Any idea ?

 



Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

hii, @3azzzeh 
Paste this code on top of the stylesheet.css file.

span.price-item.price-item--regular {
    font-weight: 800 !important;
    color: #F4CD6F !important;
}

Thank You.

View solution in original post

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

hii, @3azzzeh 
Paste this code on top of the stylesheet.css file.

span.price-item.price-item--regular {
    font-weight: 800 !important;
    color: #F4CD6F !important;
}

Thank You.