![]() |
Option / Variant font?
Does anyone know how I can change the font used to show an option for a product?
E.g. on our website we have size and quantity options but the quantity shows up in bold and size doesn't. |
Re: Option / Variant font?
In the drop-downs you mean? You can edit those in modules/Product_Options/customer_options.tpl
|
Re: Option / Variant font?
Quote:
|
Re: Option / Variant font?
Same template, change this:
<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td> to this: <td valign="middle" height="25"><strong>{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</strong></td> |
Re: Option / Variant font?
Sorted. Thanks Balinor!
|
All times are GMT -8. The time now is 06:11 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.