Can I alter the color of regular prices on my Debutify theme?

Asterflora
New Member
7 0 0

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

Replies 11 (11)

JHKCreate
Shopify Expert
3571 639 916

Hello @Asterflora 

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

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Asterflora
New Member
7 0 0

Aster-flora.com

JHKCreate
Shopify Expert
3571 639 916

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Asterflora
New Member
7 0 0

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

Asterflora
New Member
7 0 0

Asterflora_0-1619891798017.png

Here ?

 

Asterflora
New Member
7 0 0

Asterflora_0-1619891982134.png

Nothng changed mate

khilan
Shopify Partner
271 15 26

hi @Asterflora 

please share your web site url 

i can solve this your pronlem

thank you so much.

khilan

Shopify Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help
Asterflora
New Member
7 0 0

www.Aster-flora.com

 

Thank you for responding

JHKCreate
Shopify Expert
3571 639 916

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

span#ProductPrice {
    color: red!important;
}

Let me know!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Asterflora
New Member
7 0 0

Nothing changed mate

Inherited
Tourist
9 0 5

try this Code in theme.scss.liquid file : 

 

.price-regular {

color: #FF0000 !important;

}