Re: Add text under my phone number?
Perhaps change it like this:
<td height="35" align="center" class="HeadText">
{if $config.Company.company_phone}{$lng.lbl_phone_1_ti tle}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2} {$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if} <br />this is for enquiries only, we cannot take telephone orders</td>
If you need to change the look, you'll need to add css class to it.
|