Change price color

Change price color

louisdemark
Tourist
11 0 2

Hi there, could someone give me a hand please on how to change this simple red color to black. The theme doesn't offer me the option, I've had some tries through codes but didn't work, any help is welcome. Thank you!colo.png

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 834 907

Hi @louisdemark, Pls insert this code to your file css : 

 

.prices .compare-price {
    color: black !important;
}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

louisdemark
Tourist
11 0 2

Hi @BSSCommerce-HDL, sorry for the inconvenient, where should I paste that exactly? thank you 

BSSCommerce-HDL
Shopify Partner
2305 834 907

Hi @louisdemark,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css, theme.css or styles.css 

Step 3: Insert the below code at the bottom of the file -> Save

.prices .compare-price {
    color: black !important;
}


Hope this can help you

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

louisdemark
Tourist
11 0 2

Hi there, thank you for your help. 
Which file should I paste that?