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)
-   -   page title "your company name" (https://forum.x-cart.com/showthread.php?t=47188)

ladybird 04-26-2009 06:19 AM

Re: page title "your company name" - how/where do I ch
 
Hi

i am hoping to change the font size of this "company name title on my home page" on my amberbebe.com site - would you please point me in the right direction.

I recently updated and expanded my company name and now it looks yuck on the home page.

Thanks

L

balinor 04-26-2009 02:33 PM

Re: page title "your company name"
 
Moving this to its own thread

gb2world 04-26-2009 03:01 PM

Re: page title "your company name"
 
I think you are talking about the breadcrumb - this thread gives you hints on how to make changes to it.

If you want to have something different just on your home page instead of the breadcrumb, you could do something like this:

in skin1/customer/home.tpl
replace
Code:

{include file="location.tpl"}
with

Code:

{if $main eq "catalog" and $current_category.category eq ""}
 
<!-- put the header and style you want for the home page here -->
 
 {else}
<!-- this will be the normal breadcrumb on all your other pages -->
 {include file="location.tpl"}
 
 
 {/if}



All times are GMT -8. The time now is 06:11 AM.

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