Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

    Default Header Customising

    How do I change the font of the Sales Message to script or other fonts?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

  3. #3
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header Customising

    Its on my local machine.

    Sorry. But I am new and I am trying to get it live by tommorrow

    ANy help now?

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Header Customising

    Ok bud,
    stylesheet.css

    h1 {
    font: bold 12px Verdana, Arial, sans-serif;
    }

    This is just an example...

  5. #5
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header Customising

    Quote Originally Posted by haredo View Post
    url please to your site...
    will that be : includes/templates/MY TEMPLATE/css/stylesheet.scc ??

    cos it don't work

    That changes the first line in the body of the index page.

    I want to change the "SALES MESSAGE GOES HERE"
    Last edited by Bread_O; 14 May 2007 at 11:38 PM.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Header Customising

    Try this:
    place in your template override file

    "To change the “Sales Message Goes Here” or “Tagline Here” text to say what you want open the includes/languages/english/header.php file in your text editor. Find the following line of code: define('HEADER_SALES_TEXT', 'Tagline Here');

  7. #7
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header Customising

    Quote Originally Posted by haredo View Post
    Try this:
    place in your template override file

    "To change the “Sales Message Goes Here” or “Tagline Here” text to say what you want open the includes/languages/english/header.php file in your text editor. Find the following line of code: define('HEADER_SALES_TEXT', 'Tagline Here');

    Thanks.
    I have done that. I now want to change the font to script.

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Header Customising

    Quote Originally Posted by Bread_O View Post
    Thanks.
    I have done that. I now want to change the font to script.
    stylesheet.css

    h1 {
    font-family: script;
    }

  9. #9
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header Customising

    Sorry but I don't know if it's just me but that changes the first line in the home page and not the 'tagline'

  10. #10
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Header Customising

    What Zen-cart version are you using?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Customising Admin Header?
    By sinsister in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Jul 2007, 07:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg