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)
-   -   how to bold the Phone Number (https://forum.x-cart.com/showthread.php?t=48595)

silvercoyote 07-14-2009 04:55 AM

how to bold the Phone Number
 
Hello out there....

I would like to make bold and make larger the Toll Free Phone Number on the main page please.

I have looked at skin1/customer/top_menu.tpl
but for the life of me cannot figure out how to bold and make larger the phone number.

Any help would be very much apreciated.

Many thanks
Vicki from Australia.:roll:

cflsystems 07-14-2009 06:05 AM

Re: how to bold the Phone Number
 
Code:

<td height="35" align="center" class="HeadText">
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}&nbsp;&nbsp;&nbsp;{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}&nbsp;&nbsp;</td>
</tr>


You can change the class HeadText in your css file or you can do this
Code:

<td height="35" align="center" class="HeadText">
{if $config.Company.company_phone}<b>{$lng.lbl_phone_1_title}: {$config.Company.company_phone}</b>{/if}{if $config.Company.company_phone_2}&nbsp;&nbsp;&nbsp;<b>{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}</b>{/if}&nbsp;&nbsp;</td>
</tr>


pauldodman 07-14-2009 06:27 AM

Re: how to bold the Phone Number
 
Moving to Template Editing.

silvercoyote 07-14-2009 11:44 PM

Re: how to bold the Phone Number
 
Hello Paul and thank you so much for your help. I'll try it now and see how I go.
Appreciate your very kind help and hope the rest of your day is fabulous.
Bye for now and very kindest regards

Vicki

pauldodman 07-14-2009 11:47 PM

Re: how to bold the Phone Number
 
Hi Vicki
Ok, but it was Steve who provided the help, I just tidied the forum!


All times are GMT -8. The time now is 02:20 AM.

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