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)
-   -   Want phone number to be bigger (https://forum.x-cart.com/showthread.php?t=11064)

g0t0pless 12-21-2004 10:57 PM

Want phone number to be bigger
 
What would I edit in this code to make the phone number bigger?

Code:

<TD align="right" height="27" class="HeadText">
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}</TD>


clubsrefinished 12-22-2004 01:03 AM

Within your .css (stylesheet) look for your 'HeadText' section an example is shown below.

}
.HeadText {
FONT-SIZE: 12px; FONT-WEIGHT: bold;

Simply amend the 'FONT-SIZE' to whatever size you wish i.e. 14 or 16

g0t0pless 12-22-2004 03:02 PM

Thank you, I will check it out when I get home.

g0t0pless 12-22-2004 09:13 PM

Thanks, worked like a charm.


All times are GMT -8. The time now is 10:03 AM.

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