Don't miss the chance! Get Variation Price Display Range Plugin at 🎯$49 $39 onlyBuy Now!
Public Ticket #2280

Plugoin changing pricing format

thomaspre

Hi there, the pluging is adding a span with .price class which is changing the size of my prices compared to a normal price. I guess the remove price class option is there for that reason but when I do that the plugin stops working. Any help would be great please.

Here’s a URL: https://royal-glass.com/product/polkymaster-34cl/

A normal product would display as such: https://royal-glass.com/product/ultima-40cl/

wpx

wpx

Hi thomaspre,

I hope you are doing well today. Unfortunately, we are not adding any classes there. We just replace the price and push the variation price we get from WooCommerce.

Sorry for the inconvenience, the remove price option is for compatibility reasons with themes. It helps to stop the effect of the related product prices after changing it for a single product.

To make it like the initial font size, you have to add the following CSS at Appearance > Customize > Additional CSS

.product-info .price {
font-size: 1em;
}

I hope it will resolve your issue. Hope to hear from you soon.

Best Regards