Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to close the Description??

How to close the Description??

Locked

Views: 500

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Jul 2009, 11:53 AM
#1
aquashop avatar

aquashop

New Zenner

Join Date:
Jul 2009
Posts:
3
Plugin Contributions:
0

How to close the Description??

How to close the Description?

i want it just show the title name only.

Please see the picture, i have circle the word. I want to delete it!

Thank you
Edwin LIm

27 Jul 2009, 12:02 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,777
Plugin Contributions:
11

Re: How to close the Description??

I think your problem is elsewhere in the files. What your seeing is truncated code that's cut-off in the PHP file(s).

27 Jul 2009, 12:03 PM
#3
stevesh avatar

stevesh

Black Belt

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

Re: How to close the Description??

As a quick fix, you can add the part in red to your stylesheet_tv.css

.tv_prodesc {
color: #666666;
font-size: 11px;
display:none;
}

You'll probably need to add some padding then to separate your rows.

27 Jul 2009, 12:51 PM
#4
aquashop avatar

aquashop

New Zenner

Join Date:
Jul 2009
Posts:
3
Plugin Contributions:
0

Re: How to close the Description??

stevesh:

As a quick fix, you can add the part in red to your stylesheet_tv.css

.tv_prodesc {
color: #666666;
font-size: 11px;
display:none;
}

You'll probably need to add some padding then to separate your rows.

I am sorry, i am a new!
Can you explain to me step by step?
where is the stylesheet_tv.css?

Thank you