How to change Font-size für Groundprice?
-
Hi,
i have set the normal price to a new color and size. But now the Groundprice is in the same size 🙁
How can i change it?
Attachments:
You must be
logged in to view attached files.
OK… custom CSS 🙂
.price-unit, .price-unit > .amount {
font-size: 14px !important;
}
Hello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
Yes, but the problem is that the Advanced typography option can only change the product price. Then are both prices with the same style.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.price ins span bdi span{
font-size:20px;
}
Please change the size as per your needs.
Best Regards