Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Help with customization

    I want to totally customize my zen cart to something similar to this?
    http://scraporchard.com/market/home.php
    Is there away to make the boxes invisible and use custom banners for the box headings in zen?
    I've found where I can replace the buttons, but not the other stuff.

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

    Default Re: Help with customization

    Yes, a lot of that can be done in the stylesheet. Take a peek at http://(sorry, site offline)/ to see the free templates available for Zen Cart. If you find one you like you can use it for your site or use it as a guideline to create your own template.
    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

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help with customization

    Specifically, the box headers can be changed here in the stylesheet:

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }


    Change the background-image to yours, if you want them all the same.

    If by invisible, you mean no borders,

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }


    set the border to 0px.

 

 

Similar Threads

  1. Help with customization
    By jdmsta12 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Apr 2010, 10:30 PM
  2. Help with customization?
    By DigitalGuard in forum General Questions
    Replies: 4
    Last Post: 22 Apr 2008, 08:13 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