Home Forums WoodMart support forum How do I change colour of price or make the price bigger? Reply To: How do I change colour of price or make the price bigger?

#254395

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.