Solved

Can I change the sale price color in Shopify's Ride theme?

jecommerce
Tourist
4 0 1

Hello, 

I'm trying to change only the sale price to a more eye catching color of red. I am using the Ride theme and it only allows me to change the color of the text for the entire website, but I am only looking to change the color of the sale tag. Does anyone know how to fix this? Again, I am using the Ride theme. I have a discount on the website, but am just wanting to change the new price color to red. 

Accepted Solution (1)
DavidEKim
Shopify Partner
392 131 184

This is an accepted solution.

@jecommerce 

Please add the code below to assets/component-price.css file.

 

span.price-item.price-item--sale.price-item--last {
  color: #ff0000;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner

View solution in original post

Replies 4 (4)

DavidEKim
Shopify Partner
392 131 184

Hi,

Please share your store URL (and password if password protected).

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner
jecommerce
Tourist
4 0 1
DavidEKim
Shopify Partner
392 131 184

This is an accepted solution.

@jecommerce 

Please add the code below to assets/component-price.css file.

 

span.price-item.price-item--sale.price-item--last {
  color: #ff0000;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner
jecommerce
Tourist
4 0 1

Thank you! It worked