liquidvoyage Posted June 13, 2014 Share Posted June 13, 2014 Is it possible to remove the View Grid/List bottons in the product pages? Ive looked around but cant find any info reguarding thiis. Im using the default bootstrap theme.Thanks! Link to comment Share on other sites More sharing options...
dioniz Posted June 13, 2014 Share Posted June 13, 2014 Welcome to forum Open themes/yourtheme/product-sort.tpl and find this code: <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> Delete it and buttons will gone. 2 Link to comment Share on other sites More sharing options...
liquidvoyage Posted June 13, 2014 Author Share Posted June 13, 2014 Welcome to forum Open themes/yourtheme/product-sort.tpl and find this code: <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> Delete it and buttons will gone. Thank you so much for this! Worked like a charm! Link to comment Share on other sites More sharing options...
Recommended Posts