News:

Looking for documentation? Take a look on our wiki

Main Menu

Sales Price Too Small

Started by gtibbetts, July 05, 2016, 01:32:38 AM

Previous topic - Next topic

gtibbetts

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




jenkinhill

The size is being overriden. Use !important after font-size.
eg  div span.vm-price-desc { font-size: 26px !important; }
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum