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
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
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(); ?>
Instead of changing the code, you should have changed the CSS to make it look the way you want.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.