Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / change table border color

change table border color

Locked

Views: 1,424

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
23 May 2010, 4:32 AM
#1
aoren avatar

aoren

New Zenner

Join Date:
Sep 2008
Posts:
37
Plugin Contributions:
0

change table border color

Hi,

Can someone please tell me how to change the border color of my product list table?

Here's the page I'm talking about:

http:// b l o w o u t p a r t y .com/index.php?main_page=index&cPath=20

Thanks!

23 May 2010, 3:46 PM
#2
aoren avatar

aoren

New Zenner

Join Date:
Sep 2008
Posts:
37
Plugin Contributions:
0

Re: change table border color

isn't there anyone who can help me with this? I'm so desperate!

23 May 2010, 4:35 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: change table border color

I assume you meant the black border on the right of the center column?

It would (I think) be styed in styesheet_main.css here:** .centerColumn table {}**, but it isn't, so it must be styled inline.

It's really difficult to figure stuff like this out with those TM templates with (in your case) 11 nested divs.

23 May 2010, 5:14 PM
#4
aoren avatar

aoren

New Zenner

Join Date:
Sep 2008
Posts:
37
Plugin Contributions:
0

Re: change table border color

I mean the black lines around each product.

How can I style it inline? Is there some code I can just insert somewhere?

23 May 2010, 5:21 PM
#5
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: change table border color

Try adding this line to your stylesheet.css file:

.centerBoxContentsProducts centeredContent back {border:none;}
23 May 2010, 5:29 PM
#6
aoren avatar

aoren

New Zenner

Join Date:
Sep 2008
Posts:
37
Plugin Contributions:
0

Re: change table border color

thanks limelites, but that didn't help :(