Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2005
    Posts
    21
    Plugin Contributions
    0

    Default lines in the side boxes

    Hi all

    I've noticed on some zencarts that you're able to split indivdual sidebox items into cells, like this http://www.bronsononline.com/ (although i'm not too sure that this site is zencart). Just wondering how you would do this, I've noticed it on a few sites.

    Also how do i get rid of the <hr> and
    Specials ...
    New Products ...
    Featured Products ...
    All Products ...


    in the category box.

    thanks

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

    Default Re: lines in the side boxes

    Your question has two parts.

    You're right, the cart's not Zen Cart, but the effect can be achieved in Zen Cart. Your would do so by styling the links in your stylesheet. The exact CSS will vary from design to design, but something like this is a reasonable example
    #informationContent a {
    display:block;
    width: 100%;
    padding: 2px;
    border: 1px brown solid;
    border-top: none;
    }
    You would probably need to do this sidebox by sidebox as unfortunately there are several different ways of building them (e.g. are are built as unordered lists, others as link lists serarated by <br> tages), and some contain links that you certainly wouldn't want to style this way.

    To get rid of the links in the bottom of the categories box, go to Admin > Configuration > Layout Settings and set "Categories Box - Show Specials Link" etc to false. If you set all four like this, these <hr> will disappear too. If you want to turn of the <hr> separately, set "Categories Separator between links Status" to 0.
    Kuroi Web Design and Development | Twitter

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

 

 

Similar Threads

  1. Odd lines showing on the side of Product Description
    By SethF in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Dec 2011, 11:51 AM
  2. Lines on side boxes
    By rjgonzalez in forum General Questions
    Replies: 6
    Last Post: 16 Apr 2009, 05:46 AM
  3. How do I delete all of the side boxes on the right hand side?
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2007, 03:53 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