Jump to content

help with css changing


Recommended Posts

Hi,

 

In your product-list .tpl edit

 

{$product.name|truncate:30:'...'|escape:'htmlall':'UTF-8'}

 

to

{$product.name|truncate:100:'...'|escape:'htmlall':'UTF-8'}

 

or whatever how long you want to dsplay your product name.

 

 

and about your short description add this code to your product_list.css

 

#category ul#product_list  p.product_desc{
display:none;
}

Link to comment
Share on other sites

×
×
  • Create New...