Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    18
    Plugin Contributions
    0

    Default Powered by Zen-Cart

    Ok sorry for the stupid question but I am very new at this. Some home I ended up killing the powerd by zen-cart at the bottom of the page and I wanted to fix it and put it back but for the life of me I can not remember what file it was located in. Can someone tell me where I need to go so I can fix it.

    Thanks

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

    Default Re: Powered by Zen-Cart

    includes/languages/YOUR_TEMPLATE/english.php

    If you've done the overrides correctly, you can just copy the line from includes/languages/english.php

  3. #3
    Join Date
    Feb 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Powered by Zen-Cart

    Ahh great found it thanks for the help

  4. #4
    Join Date
    Feb 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Powered by Zen-Cart

    One more question now I have it changed back but I need to fix the color and the bg color but I do not see that in the stylesheet is it located some place else?

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

    Default Re: Powered by Zen-Cart

    The bg color is controlled by

    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 100%;
    	vertical-align: top;
    	}
    which controls a big chunk of the page.

    The link colors are controlled by
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #3300FF;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #3300FF;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #FF0000;
    	}
    
    a:active {
    	color: #0000FF;
    	}
    If there's a way to separate the "footer" out from those, I don't know what it is.

  6. #6
    Join Date
    Feb 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Powered by Zen-Cart

    ahh gotch thanks

    Oh yeah I just tried it and it makes the whole page that color blah there has to be a way to change just the little bottom strip not the whole page. Anymore ideas? Oh here is the link also if you want to see what I mean the little white strip at the bottom of the page.

    http://primallighting.fatcow.com/
    Last edited by Shtocoh; 8 Feb 2007 at 03:21 AM. Reason: update on info

  7. #7
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Powered by Zen-Cart

    This will let you adjust the text color and background color
    Code:
    #siteinfoLegal {
    color: #WHATEVER YOU WANT;
    background-color: #WHATEVER YOU WANT;
    }
    The following will change the color of the zencart link
    Code:
    #siteinfoLegal  a{
    color: #WHATEVER YOU WANT;
    }
    If you want to change the hover behavor of the link, like an underline on hover
    Code:
    #siteinfoLegal  a:hover{
    text-decoration: underline;
    }
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: Powered by Zen-Cart

    Mike is correct. That'll do what you want.

    Love the sig, Mike.

  9. #9
    Join Date
    Feb 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Powered by Zen-Cart

    Ahh great that did it thanks to both of you for the help.

 

 

Similar Threads

  1. Powered by Zen Cart
    By cdambati in forum General Questions
    Replies: 4
    Last Post: 27 Jul 2008, 03:59 PM
  2. Replies: 3
    Last Post: 25 Nov 2007, 07:48 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