Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I replace image logo for live font logo ?

How do I replace image logo for live font logo ?

Locked

Views: 1,339

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Aug 2010, 5:29 AM
#1
gabrielzn avatar

gabrielzn

New Zenner

Join Date:
Aug 2010
Posts:
2
Plugin Contributions:
0

How do I replace image logo for live font logo ?

this is my website www.livrobrasileiro.com

Also, If I were to change the image extension from GIF to something else with more quality where in the codes I would have to make the changes for the website to recognize it before I update my new image?

thank you guys!

14 Aug 2010, 5:35 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How do I replace image logo for live font logo ?

where in the codes I would have to make the changes
includes/languages/english/header.php

// added defines for header alt and text
  define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
  define('HEADER_SALES_TEXT', 'TagLine Here');
  define('HEADER_LOGO_WIDTH', '192px');
  define('HEADER_LOGO_HEIGHT', '64px');
  define('HEADER_LOGO_IMAGE', 'logo.gif');
15 Aug 2010, 4:27 AM
#3
gabrielzn avatar

gabrielzn

New Zenner

Join Date:
Aug 2010
Posts:
2
Plugin Contributions:
0

Re: How do I replace image logo for live font logo ?

Right on! thank you..

where do I mess with the font size of the listing titles?

15 Aug 2010, 6:00 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How do I replace image logo for live font logo ?

where do I mess with the font size of the listing titles?
Use "change jusiciously" in place of "mess"

These are controlled by div tag or class inb the stylesheet.css file for your template