Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Footer Background

    http://www.zen-cart.com/forum/showth...eloper+toolkit

    U should take a look at this thread this is how will understand how to edit your CSS please be carefull when u reading

    Im going to rest
    Good Luck


    Radoslav
    Negative feelings were burned by the progressive increase of Euphoria

  2. #12
    Join Date
    Nov 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Footer Background

    Thanks, but that changes the visited link color. I would like the background color to change from white to pink like the copyright background. Sorry for being a pain. Thanks.

  3. #13
    Join Date
    Nov 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Footer Background

    Thanks sicness for your help. Can anyone else help me please. At the bottom of the page there is a small section that is white. I would like it to pink. How do I go about doing that. It is the white section below "Copyright © 2005-2006 Heavenly Bubbles. Powered by Zen Cart". Thanks.

  4. #14
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Footer Background

    That section is not easy to change as there is no specific ID or class available to enable you to address it. Instead it is picking it's color up from the main body of your site, which you will not want to change.

    There are two possible solutions, both of which involve creating your own customer footer template:

    You do this by copying templates/template_default/common/tpl_main_page.php to templates/custom/common/tpl_main_page.php.

    Now you have 2 choices

    1. Ask yourself whether you really need this link at all (it appears to been there primarily for testing purposesit and has been removed from the latest version of Zen Cart). If you decide you don't need it, go to the bottom of your new tpl_main_page.php file and delete everything after
    <!--eof- banner #6 display -->
    2. If you really want to keep it, amend the following line to create an ID that you can style by adding what I show in red
    <p id="xhtmlLink"><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a></p>
    </body>
    and then add the following anywhere in your stylesheet
    p#xhtmlLink {background-color:#FFCC00}
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #15
    Join Date
    Nov 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Footer Background

    Kuroi, thank you sooo much! That did it.

  6. #16
    Join Date
    Apr 2011
    Location
    Fossil, Oregon
    Posts
    3
    Plugin Contributions
    0

    Default Re: Footer Background

    I am working on editing a template from a free template, A blue Zen Fish

    In the stylesheet I removed the background tag from
    footerwrapper

    Somehow the file bg_foot.jpg still shows up at the bottom of the document, although bg_foot.jpg is not referenced anywhere in the stylesheet.

    Where is it at? In all actuality I want to figure out how to make the graphic bg_foot repeat at the bottom instead of no-repeat and center, but I can't seem to find where bg_foot.jpg is referenced!

    Any ideas?
    Last edited by xananthium; 2 May 2011 at 07:30 AM. Reason: Wrong Template Name

  7. #17
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Footer Background

    I suggest that you post in your template's support thread rather than dredging up a 5-year old thread, containing out-of-date information.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. footer background image
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 17 Sep 2010, 07:32 PM
  2. Footer Background Image
    By marknew in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 May 2010, 01:32 AM
  3. Custom Footer Background
    By tagon in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Apr 2010, 07:15 AM
  4. Footer Background Image
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2006, 12:09 AM
  5. Footer Background Image
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Sep 2006, 07:27 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