change base price color and font
-
How to change only base price color and font? (only the red marked area in attached image)
See also attached image.
Attachments:
You must be
logged in to view attached files.
Hello,
Following the link, you have provided I see the price like this: http://prntscr.com/j3unc3
If you want to change the color or/and font use this CSS code:
.woocommerce-Price-amount, .stock:before {
color: green !important;
font-zise:16px;
}
Put this code into Theme Settings > Custom CSS > Desktop and change the color and size values.
Best Regards
This code not works.
It also change the color of the first line (price). But we wanna change just the color of the complete second line. See also attached image.
My question was: How to change color only of text: “0,44€ / kg”
We marked it red in the image in our first post attachement.
Attachments:
You must be
logged in to view attached files.
Hello,
Both prices have the same selector that is why it is impossible to set different colors.
Best Regards
How to add new class to this area in this theme?
It’s look like realy ugly in a real live shop! 🙂
Hello,
This is WooCommerce functionality and our theme does not have such templates. You will need to find them in Woocommerce.
Best Regards