Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I remove these grey lines

How do I remove these grey lines

Locked

Views: 1,131

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Mar 2010, 3:21 AM
#1
liamv avatar

liamv

New Zenner

Join Date:
Feb 2010
Posts:
73
Plugin Contributions:
0

How do I remove these grey lines

On this page I have two grey vertical lines on either side of the product listing box in the centre of the page.

There was a heading on this box previously that I have removed (by modifying the product_listing.php) and now I want to get rid of the side lines and bottom line from the product list and I can't work out how to do it.

Many thanks in advance for any assistance with this

22 Mar 2010, 6:34 AM
#2
liamv avatar

liamv

New Zenner

Join Date:
Feb 2010
Posts:
73
Plugin Contributions:
0

Re: How do I remove these grey lines

It would probably help if I put a link to the page in question.

http://www.fastbikegear.co.nz/index.php?main_page=index&cPath=67

If it also helps I am using the ZJ Black template. These two little grey lines are currently conspiring to drive me mad! I can find the code to change the navColumn one and two vertical lines but not the lines on either side of the product listing.

22 Mar 2010, 10:32 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How do I remove these grey lines

Find this in stylesheet.css and change the '1px' to '0px'.

.tabTable {border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;}

22 Mar 2010, 5:40 PM
#4
liamv avatar

liamv

New Zenner

Join Date:
Feb 2010
Posts:
73
Plugin Contributions:
0

Re: How do I remove these grey lines

stevesh:

Find this in stylesheet.css and change the '1px' to '0px'.

.tabTable {border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;}

stevesh many thanks I was going mad looking for that. Brilliant, many thanks for the help it's made such a difference to the way the site looks!