how to remove sort by option from product page?

raja

Avatar: raja

2013-03-22 09:31

i m making two theme page one for home page and another for products. how to do it?
i want to remove sort by option line from home page how to do it?

» Quick.Cart v6.x

raj

interkob

Avatar: interkob

2013-03-22 09:54

so maybe you can create to theme, for example, page-home.php in templates/default/

and then open that new file and change

<div id="page"> with <div id="page" class="nosort">

and then open styles.css and in the bottom of file add

.nosort .sort {display:none;}

interkob

Avatar: interkob

2013-03-22 09:55

and dot't forget to select this new theme in your home page form... you know, in admin side

about us | contact