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
The size is being overriden. Use !important after font-size.
eg div span.vm-price-desc { font-size: 26px !important; }