How can I make price the same color as regular price
https://i.imgur.com/T11Krqe.png
The same on product page.
I had this figured out but the update to v8 reseted it I guess.
This topic has 15 replies, 3 voices, and was last updated 4 years, 3 months ago ago by ziga32
How can I make price the same color as regular price
https://i.imgur.com/T11Krqe.png
The same on product page.
I had this figured out but the update to v8 reseted it I guess.
Hello,
Use the next custom CSS code:
.cart ins .amount, .price ins .amount, .product-price ins .amount {
color: var(--et_main-color);
}
Regards
thank you, your code makes everything grey
https://i.imgur.com/S0shLdr.png
Isn’t it what you are looking for? Describe the desired result in more detail.
Regards
like I said, this
https://imgur.com/T11Krqe
.woocommerce-Price-amount .amount bdi {
color: #594495;
}
still no
https://i.imgur.com/VH5eWnz.png
Delete the previous add this
.product-details>span>del>span>bdi {
font-size: 15px;
font-weight: 700;
color: #777777;
}
bdi {
color: purple;
}
Works great, thank you!
Now I only need this to €23 to be #777 too
https://i.imgur.com/R0xaDfj.png
Great!
#price32 > div > p > del > span > bdi {;
color: #777 !important;
}
#price32 > div > p > del > span > bdi {
color: #777 !important;
}
The code below is for the colour of the line that is crossing the small price.
.woocommerce .elementor-732 .elementor-element.elementor-element-e4e4385 .price {
color: #777777; }
After check all products if reflected.
perfect thank you.
If we are goint into details can this line be purple too?
https://i.imgur.com/CIHpZuu.png
🙂
Please test if works across all site.
.content-product .price, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .products-page-cats, .content-product .products-page-cats a {
color: #594495 !important;
}
very nice, thank you so much!
The issue related to '‘Price color’' has been successfully resolved, and the topic is now closed for further responses