A space to discuss online store customization, theme development, and Liquid templating.
I want to change the color of this product price to red, but it cannot be changed separately.
The color of the price goes with the color of the body text.
I do not want to change the body text color just want to change the price color.
What how I can do?
Who can help me?
Hey @leedee
Kindly share your Store URL and password if enabled
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset -> theme.css and paste this at the bottom of the file:
.price-item.price-item--regular {
color: #fb0202!important;
}