Price Color Change (with Variations)
-
Hello,
I found out that once you change the color in the settings it changes all menu and price at the same time.
I need to be able to change the price on the product pages to red.
I tried adding this, but it only gets the ” – ” between the prices.
.single-product-content p.price{
Color: Red;
Can you provide me with the proper css to make this work?
Thank You.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much purchasing our theme and contacting our support center.
We can’t login with data you provided. Could you please check the login and password?
Kind Regards
XTemos Studio
Sorry about that not sure what happened. Try the login below
Thank you.
Try this code also
.single-product-content p.price .amount {
color: red;
}
Regards
I tried that and it did not work.
Any other suggestion?
Try this one
span.woocommerce-Price-amount.amount {
color: red!important;
}
Regards
Still not working..
Attachments:
You must be
logged in to view attached files.
I had to remove this for it to work
.single-product-content p.price{
Color: Red;
Although now the “-” is in grey and not red anymore. Is there a way to have both red or I just have to go with it like this?
Attachments:
You must be
logged in to view attached files.
Add this also
.single-product-content p.price {
color:red;
}
Interesting I guess that has to be after the first line of code.
Either way it is working now.
Thank You!!
Great, you are welcome! 🙂