Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Powered by Zen - what in the world amI doing wrong?

    Hello all again.

    I have followed to the letter the instructions on how to get rid of Zen Cart!, The Art of E-Commerce that appears at the top of my web browser but it won't go away.

    Also how do I change the colors of the top of the boxes above categories and the center column.

    My site is not really ready, just beginning the process but here is a link so you can see what I am talking about

    http://smockingbooks.com/index.php?main_page=

    Also I found the info once but can't find it again, how do I add a background behind the logo?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Powered by Zen - what in the world amI doing wrong?

    I have followed to the letter the instructions on how to get rid of Zen Cart!, The Art of E-Commerce that appears at the top of my web browser but it won't go away.
    Please the path to the file with the file name that you have edited?
    Also how do I change the colors of the top of the boxes above categories and the center column.
    Open your stylesheet.css that should be in your includes/templates/smock/css folder in a plain text editor like notepad and search for #009900 - this is the color green that is currently being used and change to a color that you prefer.
    Also I found the info once but can't find it again, how do I add a background behind the logo?
    In the same css file find and add a background statement similar to this:
    Code:
    #headerWrapper {
            background: url(../images/bg_header.jpg) repeat-x;
            height: ???px;
            }
    use repeat if your image is a tile - repeat-x if it is full height but not full width - no-repeat if it is a full size image(not recommended)

 

 

Similar Threads

  1. What am I doing wrong?
    By Jatt in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Aug 2010, 08:36 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