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

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. :slightly_smiling_face:
Website is kjetilogviljar.myshopify.com and password is “briane”.

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

Already sent in the message above.

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;

}