category layout

in category page i need to hide all products custom fields and prices and keep only product picture and product name ?



how can i do so ?

[quote name='albahrain' timestamp='1314186159' post='120245']

in category page i need to hide all products custom fields and prices and keep only product picture and product name ?



how can i do so ?

[/quote]



You should be able to accomplish your needs with a few lines of CSS code, specifically “display: none;” targeting the classes in question.

which css file ?



and what line should i change ?

[quote name='albahrain' timestamp='1314225547' post='120282']

which css file ?



and what line should i change ?

[/quote]

I would need a link to your site in order to be of more help and able to pinpoint exactly what needs to be changed, I would also recommended you familiarize yourself with hooks and the “my changes” addon before you make any changes.

And learn how to use firebug (or equivalent) so you can view the css all by yourself and make changes on the fly before modifying any files.

[quote name='hbtrading' timestamp='1314234299' post='120299']

I would need a link to your site in order to be of more help and able to pinpoint exactly what needs to be changed, I would also recommended you familiarize yourself with hooks and the “my changes” addon before you make any changes.

[/quote]



sent to you by private massage



thank you