Solved

How do I change the product price color using the debut theme?

Keuto
Tourist
5 0 1

So I'm trying to change the color of all product prices on my page to green, and I've been browsing the internet for the last hour trying to find it out. If anyone could help me, it would be really appreciated. 🙂
Website is kjetilogviljar.myshopify.com and password is "briane".

Accepted Solution (1)
Martini4a
Shopify Partner
85 8 7

This is an accepted solution.

In admin go to online store --> click actions --> Edit code --> find your css asset. (search for css asset, there is likely +10.000 lines of code) go to bottom of the code and paste the following.

 

.price-item--sale{
color: green;

}

 

If helpful, kindly Like and Accept Solution
Need help? Hire me
Click here to support; it takes under 1 minute.

View solution in original post

Replies 3 (3)

Martini4a
Shopify Partner
85 8 7

Please send the URL to the store and the password if password protected

If helpful, kindly Like and Accept Solution
Need help? Hire me
Click here to support; it takes under 1 minute.
Keuto
Tourist
5 0 1

Already sent in the message above.

Martini4a
Shopify Partner
85 8 7

This is an accepted solution.

In admin go to online store --> click actions --> Edit code --> find your css asset. (search for css asset, there is likely +10.000 lines of code) go to bottom of the code and paste the following.

 

.price-item--sale{
color: green;

}

 

If helpful, kindly Like and Accept Solution
Need help? Hire me
Click here to support; it takes under 1 minute.