Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Add image to EZPage footer - Nightfall template

    Hi......
    I have been unable to find out how I can add a background image to the EzPage links footer for the Nightfall template - default is no image, black text on white background.
    I could use the same image used for the ezpage header - if I could find where to put it.
    Also, the space below the footer - containing the copyright, and 'Powered by Zen Cart' text is very cramped. I would like to give this line some breathing space.
    Thanks

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

    Default Re: Add image to EZPage footer - Nightfall template

    Quote Originally Posted by jafma View Post
    Hi......
    I have been unable to find out how I can add a background image to the EzPage links footer for the Nightfall template - default is no image, black text on white background.
    I could use the same image used for the ezpage header - if I could find where to put it.
    Take a look at this tutorial:

    https://www.zen-cart.com/tutorials/i...hp?article=257

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

    Default Re: Add image to EZPage footer - Nightfall template

    Ja,
    Please post me a link to your main page to view the footer please.

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

    Default Re: Add image to EZPage footer - Nightfall template

    Quote Originally Posted by jafma View Post
    The space below the footer - containing the copyright, and 'Powered by Zen Cart' text is very cramped. I would like to give this line some breathing space.
    Look in your_template (override folder) stylesheet.css

    Look for:
    1. #siteinfoLegal
    Add:
    1. #siteinfoLegal { font-size: 1.2em;}
    If not in the stylesheet.css just add to the bottom of it the declaration above:

    Also, the font colored in red to change to suite your needs
    Last edited by haredo; 25 Mar 2008 at 03:08 PM.

  5. #5
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Add image to EZPage footer - Nightfall template

    Haredo.....
    Thanks for the info.
    My template CSS does not contain the code #siteinfolegal. - When I add it to the CSS, it changes the size of the copyright text etc, which is helpful, as the default text is too small - but I am more concerned about the spacing above and below the text.
    Perhaps I misunderstood the tutorial you posted, but I cannot find the following
    code in the CSS for the Nightfall theme, or anything like it:

    .centerBoxWrapper {
    border: 1px solid #9a9a9a;
    height: 1%;
    margin: 1.1em 0;
    }

    This code IS included in the 'classic' theme, of course.
    Absent this code, I don't know where to start adding this additional code:

    /* create free space at the bottom of the box in which to display the image */
    padding-bottom: 20px;
    /* add the image to the boxes background */
    background-image: url(../images/box_bg.jpg);
    /* position the image at the bottom and center of the box */
    background-position: bottom center;
    /* EITHER set the image to not repeat */
    background-repeat: no-repeat;
    /* OR set it to repeat horizonatally */
    background-repeat: repeat-x;

    I also wonder if this coding would add a bg image 'above' the EzPage links - rather than behind them, which is my objective.
    Following is the link to my site-in-progress - you will arrive at the log-in page, but the same condition prevails on all pages. I would like the EzPage links to be located in an image block - as they are in the Zen Cart classic page - and I would like to create some space both above and below the 'Copyright etc' text.

    wwww.alexander-gifts.com/zen

    Thanks very much

 

 

Similar Threads

  1. How do I add my template header and footer?
    By maryx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jun 2011, 05:36 AM
  2. ezpage doesn't like my footer
    By soggychicken in forum General Questions
    Replies: 6
    Last Post: 12 Jun 2009, 09:49 PM
  3. Add image to ezpage... using relative path?
    By swamyg1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Dec 2008, 07:42 PM
  4. NightFall Template
    By Vger in forum Addon Templates
    Replies: 20
    Last Post: 11 May 2007, 03:55 PM
  5. Moving powered by zencart logo in nightfall template
    By 3dfrog in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 14 Aug 2006, 05:27 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