Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I remove the top table row from this page?

How do I remove the top table row from this page?

Locked

Views: 1,019

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Jun 2008, 10:13 PM
#2
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

Re: How do I remove the top table row from this page?

Add this to your css:

.productListing-rowheading {
display:none;
}

That shoud do the trick :)

29 Jun 2008, 11:56 PM
#3
datatv avatar

datatv

Zen Follower

Join Date:
Jun 2008
Posts:
170
Plugin Contributions:
0

Re: How do I remove the top table row from this page?

Yep, that did the trick! Thanks.

30 Jun 2008, 1:01 AM
#4
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

Re: How do I remove the top table row from this page?

Welcome :D