Solved

Theme Crave 8.0.0 - Compared Price colour change

fredtche
Tourist
30 0 3

Hi I want my compared price at colour #1AC01D Crave does not have an asset theme.scss.liquid I tried directly via theme Editor but price did not change when selection variant Thank you for your help

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1785 3056

This is an accepted solution.

Sorry for misunderstanding, you can replace the above code with below code

span.price-item.price-item--sale.price-item--last {
    color: #1AC01D !important;
}

View solution in original post

Replies 7 (7)

PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @fredtche 

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

fredtche
Tourist
30 0 3
PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @fredtche ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-price.css->paste below code at the bottom of the file:

s.price-item.price-item--regular {
    color: #1AC01D  !important;
}

PageFlyVictor_0-1677795922981.png

Hope my answer will help you.

Best regards,

Victor | PageFly

fredtche
Tourist
30 0 3

Hi Need the opposite,,,,  CA$39.90 in #1AC01D which is compared price and not selling price thank you

PageFly-Victor
Shopify Partner
7865 1785 3056

This is an accepted solution.

Sorry for misunderstanding, you can replace the above code with below code

span.price-item.price-item--sale.price-item--last {
    color: #1AC01D !important;
}
fredtche
Tourist
30 0 3

Great thank you soooo much it was so quick

fredtche
Tourist
30 0 3

Hello

sorry to disturb do you know by any chance IF for the theme crave there is a code to customize font size of product title only? as the theme does not allow

thank youuuuuu