Zen Cart Logo
Forums / General Questions / Text_greeting_guest

Text_greeting_guest

Locked

Views: 789

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Jul 2007, 9:14 PM
#1
csfound avatar

csfound

New Zenner

Join Date:
Oct 2005
Posts:
23
Plugin Contributions:
0

Text_greeting_guest

Hello to all,
how can I modify this code?
I've tried to change this but the character is bold and center.
I would like to have justive and more small, not bold.

Where can I modify this?

Thank you

8 Jul 2007, 9:39 PM
#2
csfound avatar

csfound

New Zenner

Join Date:
Oct 2005
Posts:
23
Plugin Contributions:
0

Re: Text_greeting_guest

SOLVED!!

For the others I put the solution:

in /includes/templates/template_default/templates/tpl_index_default.php

SEARCH

<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>

CHANGE TO

<?php echo zen_customer_greeting(); ?>
8 Jul 2007, 9:46 PM
#3
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: Text_greeting_guest

Instead of changing the code, you should have changed the CSS to make it look the way you want.