How do I change colour of price or make the price bigger?
-
Hi, I get a lot complaints from visitors who cannot see Clearly the price due to the light colour. How can I make the price bigger or change the colour? I understand that I can change the primary colour, and that the pricing colour changes with it, but I only want to change the pricing colour!
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price .amount {
color: green;
font-size: 24px;
}
If you are trying to ask anything else then please provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.
Best Regards.
Hi,
And the pricing colour on page? How do I change that? Now I only changed the pricing colour in the shop! See screenshot.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .price .amount {
font-size: 30px;
color: red;
}
Best Regards.