How can I alter the regular price color in my theme?

Solved

How can I alter the regular price color in my theme?

BasicallySuper
Tourist
6 0 2

Hi,

 

I want to change the regular price color, not the sale price color.  

Screen Shot 2023-03-22 at 11.43.13 PM.png

I want to change the light grey to become a dark grey, like this #494a4a

 

My store is https://basicallysuperhuman.com/products/train-like-a-superhero-ebook 

 

Thank you!

Accepted Solution (1)

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css  code at bottom of assets/base.css file

.price__sale .price-item.price-item--regular {
      color: #494a4a;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 4 (4)

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css  code at bottom of assets/base.css file

.price__sale .price-item.price-item--regular {
      color: #494a4a;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
Edison18831
Excursionist
15 0 4

it work, How do I edit the code if I want to change the sale price?

dmwwebartisan
Shopify Partner
12360 2557 3739

@BasicallySuper 

Please add the following code at the bottom of your css file.

s.price-item.price-item--regular {
color: #494a4a;
}
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Perennial
Shopify Partner
1472 115 234

Please add below css  code at bottom of assets/base.css file

.price__sale .price-item.price-item--regular {
      color: #494a4a;
}
Thank you.