Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing lines from bare bones template..

Removing lines from bare bones template..

Locked

Views: 1,256

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Mar 2007, 4:00 PM
#1
nekosgrace avatar

nekosgrace

New Zenner

Join Date:
Oct 2006
Posts:
14
Plugin Contributions:
0

Removing lines from bare bones template..

Hi guys, I am using a modified version of what I believe to be the "bare bones" template.. Here is where my site is: http://nekosgrace.com/Zen/

In all of the sideboxes, there is a black bar above all of the content.. I am trying to remove that from all of the sideboxes... Can anybody tell me how?

I am not sure where in the template files it can be found. THis is the first time I've played with Zencart in a while and I can't remember a lot of things.

THank you :)

31 Mar 2007, 4:09 PM
#2
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Removing lines from bare bones template..

I think it's in your css here:

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
/background-color: #f5f5f5;/
border-bottom: 1px solid #000;

31 Mar 2007, 4:13 PM
#3
nekosgrace avatar

nekosgrace

New Zenner

Join Date:
Oct 2006
Posts:
14
Plugin Contributions:
0

Re: Removing lines from bare bones template..

TShooters:

I think it's in your css here:

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
/background-color: #f5f5f5;/
border-bottom: 1px solid #000;

You are awesome! Thank you!