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

Price Font Differs From Site Defaults

John Domenico

So far it looks like the Plugin will do exactly what I want it to however I dont like that it changes the font of the prices on my products archive page. Is this a setting within the plugin ?

wpxteam

wpxteam

Hi John,

I hope that you are doing great.

I don't like that it changes the font of the prices on my products archive page.

Are you referring to the smaller font sizes on the archive pages compared to your product details page?

Please try adding the following CSS to the customizer (Appearance > Customize > Additional CSS):

.woocommerce span.price {
font-size: 36px !important;
line-height: 30px;
font-weight: 400;
margin: 20px 0 0;
}

Let me know if this helps resolve the issue.
(Please clear the cache, before checking).

Hope to hear from you soon.

Thank you