Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Header sales text

    Hi,
    I would like to write 2 lignes in the header, instead of 1, in what seems to be called "Header sales text" in HEADER.PHP, to put the name of my company and the slogan.

    Is it possible and how ?

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

  3. #3
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header sales text

    AHeartForTheEarth.com

    But for now, my site is under public_html/ecommerce.

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

    Default Re: Header sales text

    Quote Originally Posted by AHeartForTheEarth View Post
    Hi,
    I would like to write 2 lignes in the header, instead of 1, in what seems to be called "Header sales text" in HEADER.PHP, to put the name of my company and the slogan.

    Is it possible and how ?
    Yes, I see your site,
    What is the company name and the slogan you want??

  5. #5
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header sales text

    The company name is A Heart for the Earth.

    The slogan is "Love the Earth... Wear it..."

    Ideally, I would like the company name on 1st ligne and the slogan on 2nd ligne and a little bit smaller...

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Header sales text

    Very simple:


    Code:
    define('HEADER_SALES_TEXT', '<h1>A Heart for the Earth</h1><br />'Love the Earth... Wear it...');
    Adjust font sizes as necessary.

    You can see this on the Holzheimer's site in my sig where it says

    Welcome to Holzheimer's Online!
    Thank you for visting us today.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  7. #7
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header sales text


    Yes, it seems simple.
    but it does not work... my page does not open any more...

    Am I missing a code ? Why are they only 3 ' ? Like not 4 or 2 ?
    (As you could guess I don 't speak this language )

    I am almost there...
    Virginie

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Header sales text



    There's a mistake in my original post. Take out the ' highlighted in red below (the one before Love):

    Code:
    define('HEADER_SALES_TEXT', '<h1>A Heart for the Earth</h1><br />'Love the Earth... Wear it...');
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  9. #9
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Header sales text

    Works better, but...
    I could try to teach myself some tutorials in CSS, but it seems if I do so, I will never be done by the end of the year....
    How do I change the style of this second line ? I have tried h2, h3, h4... but it does not give me a good result:

    I would like the 2nd line to be:
    - closer to the 1st line (the space between the two lines is way too big...)
    - smaller size than the 1st line
    - same color, or being able to choose the color
    - fit into the header (because my header might be not high enough to include the 2 lines)
    - eventually, change the font in comic sans MS

    Thanks,
    Virginie

 

 

Similar Threads

  1. v139h styling header sales text
    By charliepingpong in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2012, 12:46 AM
  2. Header: Sales Text... Center?
    By Rizla in forum General Questions
    Replies: 3
    Last Post: 12 Feb 2011, 07:24 AM
  3. Removing Header Sales Text?
    By mgremillion09 in forum General Questions
    Replies: 1
    Last Post: 4 Feb 2011, 10:42 PM
  4. Place image in header sales text?
    By bci7 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Feb 2010, 05:53 PM

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