Jump to content

how to Leave list/ Make drop-down menu?


Recommended Posts

For the second one, go to catalog, attributes. CHoose choose color and set it as drop down instead of color picker

 

To remove the grid/list switch you have to edit the product-sort.tpl file

 

<ul class="display hidden-xs">
<li class="display-title">{l s='View:'}</li>
    <li id="grid"><a rel="nofollow" href="#" title="{l s='Grid'}"><i class="icon-th-large"></i>{l s='Grid'}</a></li>
    <li id="list"><a rel="nofollow" href="#" title="{l s='List'}"><i class="icon-th-list"></i>{l s='List'}</a></li>
</ul>
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...