VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gtibbetts on July 05, 2016, 01:32:38 AM

Title: Sales Price Too Small
Post by: gtibbetts on July 05, 2016, 01:32:38 AM
I need to make the sales price bigger.

I had version 3.0.9 and when I coded the CSS is got bigger.  I upgraded to 3.0.14 and the sales price was no longer bigger.

This is the css code.  Do you know why it doesn't work?

div span.PricesalesPrice{font-size:26px;color:black;}
div span.vm-price-desc {text-align: left;min-width: 1em;margin:0.0em 0.8em 0.2em 0;font-size:26px;color:#000000;}


http://turquoisepueblo.com/native-american-bracelets/tommy-singer-jewelry.html



Title: Re: Sales Price Too Small
Post by: jenkinhill on July 05, 2016, 10:21:32 AM
The size is being overriden. Use !important after font-size.
eg  div span.vm-price-desc { font-size: 26px !important; }