VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: samlf3rd on September 02, 2014, 14:12:03 PM

Title: How can I bold the Currency Symbol?
Post by: samlf3rd on September 02, 2014, 14:12:03 PM
Hello VM 2.0.26a, looking to bold the currency symbol. I can't find it anywhere.
Thank you in advance
Title: Re: How can I bold the Currency Symbol?
Post by: jenkinhill on September 02, 2014, 15:20:17 PM
In the Currency editor, for format use <b>{symbol}</b>
Title: Re: How can I bold the Currency Symbol?
Post by: samlf3rd on September 02, 2014, 22:26:41 PM
Quote from: jenkinhill on September 02, 2014, 15:20:17 PM
In the Currency editor, for format use <b>{symbol}</b>
Awesome, thank you.

Actually I did that and the whole amount is bold. I was wondering just about the currency symbol itself.
Title: Re: How can I bold the Currency Symbol?
Post by: jenkinhill on September 03, 2014, 00:01:03 AM
<b>{symbol}</b> {number}  or the other way around if the symbol is after ther number.
Title: Re: How can I bold the Currency Symbol?
Post by: samlf3rd on September 03, 2014, 21:29:43 PM
Quote from: jenkinhill on September 03, 2014, 00:01:03 AM
<b>{symbol}</b> {number}  or the other way around if the symbol is after ther number.

That is what I did, I believe something is overwriting the CSS somewhere and making it all bold. Thank you for your help.
Title: Re: How can I bold the Currency Symbol?
Post by: jenkinhill on September 03, 2014, 23:36:08 PM
If it is all bold use Firebug to find out why. http://forum.virtuemart.net/index.php?topic=116620.0