Hi,
I know there are already some topics about this issue, but unfortunately I couldn't find a solution that works.
So I'm using the debut theme and want to change the color of the price on the product page.
I already tried code like this:
.product-price__price {
color: #CD6102
}
Thanks for any help!
Solved! Go to the solution
This is an accepted solution.
Wrong selector. Try adding this to the bottom of your theme.scss.liquid file:
.price__regular { color: #CD6102; }
User | Count |
---|---|
520 | |
211 | |
129 | |
79 | |
45 |