Change price color for product page (Ella Theme)

Solved

Change price color for product page (Ella Theme)

AndreNL
Shopify Partner
37 1 5
 

I have this issue where for every product the price is in white, which file is this controlled in so I can change it to black?

 

https://kosterstaphorst.nl/products/universele-robot-e-serie-ur5

 

WhatsApp Image 2024-06-20 at 10.18.50.jpeg

Accepted Solutions (2)

Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @AndreNL 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.price-item.price-item--regular {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1718873959252.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

ZestardTech
Shopify Partner
6069 1087 1457

This is an accepted solution.

Hi @AndreNL 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.money-subtotal {
color: #000;
}

 

ZestardTech_0-1718874409011.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

suyash1
Shopify Partner
10569 1306 1673

@AndreNL - please add this css to the very end of your base.css file and check

 

 

span.price-item {color: #000 !important;}

 

suyash1_0-1718873896921.png

 

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Moeed
Shopify Partner
6736 1820 2202

This is an accepted solution.

Hey @AndreNL 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
span.price-item.price-item--regular {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1718873959252.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ZestardTech
Shopify Partner
6069 1087 1457

This is an accepted solution.

Hi @AndreNL 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

.money-subtotal {
color: #000;
}

 

ZestardTech_0-1718874409011.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing