How to alter the color of regular prices in Debutify theme?

Hello, I want to change the color of my regular price please, I use debutify theme.

Hello @Asterflora

Would you mind sharing your store’s URL so we can provide the solution?

hi @Asterflora

please share your web site url

i can solve this your pronlem

thank you so much.

khilan

Aster-flora.com

Add the following code to your theme.scss.css file at the very end:

span#ProductPrice {
    color: red;
}

Replace red by the relevant hex color (#FFFFFF for example) to get the desired output.

Cheers!

Can you please tell me where i can find css part, in the snippets ?

Here ?

Nothng changed mate

www.Aster-flora.com

Thank you for responding

You’ve placed it correctly, try using this instead:

span#ProductPrice {
    color: red!important;
}

Let me know!

Nothing changed mate

try this Code in theme.scss.liquid file :

.price-regular {

color: #FF0000 !important;

}