Home Forums WoodMart support forum Product Page Layout Issue Reply To: Product Page Layout Issue

#77454

Hello,

The page URLs you have provided do not contain the price shown on the screens. Please clarify what you want to modify.

If you want to change the product price, here is the code:

.summary-inner .price .wc-measurement-price-calculator-price .woocommerce-Price-amount {
font-size:20px;
}

Change the font-size as per your needs and add this code to the Theme settings > Custom CSS.

Best Regards