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)
-   -   Adjustment (https://forum.x-cart.com/showthread.php?t=21184)

mfcopier 04-18-2006 01:59 AM

Adjustment
 
Anyone know how to adjust the font in lbl_welcome_to

Have noticed google was only taking txt from alt text in header and lbl_welcome_to

So have removed html from welcome_txt and put it in lbl_welcome_to
but all the fonts are in bold where do l adjust this

Thanks

Garry

balinor 04-18-2006 03:01 AM

Probably customer/main/welcome.tpl

mfcopier 04-18-2006 07:00 AM

Mm looked there both tags are h1 even if you change it all the wording is in bold

wjbrewer 04-18-2006 07:25 AM

You could change the <h1> tag in skin1.css. This will change all of the H1 tag over your entire site. You could make it something like.

Code:

h1{
font-size: 12pt;
font-weight: normal;
}


You could also add a color, or a specific font if you need to.

mfcopier 04-18-2006 08:01 AM

OK So l made H4 in the main css 12 normal but the main writing is still in bold

{* $Id: welcome.tpl,v 1.23 2004/05/28 12:21:00 max Exp $ *}
{if ($active_modules.Greet_Visitor ne "") AND ($smarty.cookies.GreetingCookie ne "")}
<H4>{$lng.lbl_welcome_back}, {$smarty.cookies.GreetingCookie|replace:"\'":"'"}
{else}</H4>
<H1>{$lng.lbl_welcome_to} { $config.Company.company_name }</H1>
{/if}
{$lng.txt_welcome}



{if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}



{include file="customer/main/featured.tpl" f_products=$f_products}

But still the


All times are GMT -8. The time now is 05:36 AM.

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