Hi Mohammad,
Thanks for sharing, although it doesn’t appear to solve the issue.
So as mentioned, I’ve used this code to help differentiate sizes between the shop page and product page:
ul.products .amount {
font-size: 15px;
}
.woocommerce-Price-amount {
font-size: 18px;
color: #808080;
padding-bottom: 0;
}
And that works ok. However, when you add a product and go to Cart, the sizes are all over the place, one subtitle appears to follow the shop font size, whereas the total mirrors the size from the product page – Same with the shipping options. Does that make sense? How do I make sure that the view cart / cart / checkout pages follow a different font size rule for the amounts?