VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: david.savill on September 11, 2014, 00:13:03 AM

Title: the grey bar above the products
Post by: david.savill on September 11, 2014, 00:13:03 AM

hello,

how do i remove the long grey bar that has "sort by" "results" and "manufacturer" etc etc

(see screen shot attached I've surrounded it in red)

thanks


[attachment cleanup by admin]
Title: Re: the grey bar above the products
Post by: jenkinhill on September 11, 2014, 11:15:01 AM
In components/com_virtuemart/views/category/tmpl/default.php  remove the orderby-displaynumber div block and use the edited file as a  template override.  But it does look like you are already using an override, so you need to edit that override file - [yourjoomlatemplate]/com_virtuemart/category/default.php
Title: Re: the grey bar above the products
Post by: david.savill on September 11, 2014, 15:50:00 PM
Thank you Jenkinhill  ;D