X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   fonts types in extra fields (https://forum.x-cart.com/showthread.php?t=63674)

richardjknox 05-18-2012 01:48 AM

fonts types in extra fields
 
HI...

I have created an extra field called 'Availability' with a default text of "In Stock".

I have managed to make the label bold by <b> in the products.tpl, I now need to change the font size and colour of the "In Stock" text....

Any help would be appreciated

Regards

cflsystems 05-18-2012 08:29 AM

Re: fonts types in extra fields
 
You can do this in the extra fields template with an if statement
{if $v.service_name eq 'Availability'}
do changes to it
{/if}


All times are GMT -8. The time now is 05:28 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.