VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: viceroy on August 01, 2013, 16:03:06 PM

Title: Remove Sort by
Post by: viceroy on August 01, 2013, 16:03:06 PM
Hi VM

Is there any way to hide the "sort by" function ?

Please help anyone, is it really that hard to do?

Thanks
Title: Re: Remove Sort by
Post by: K&K media production on August 01, 2013, 17:10:47 PM
use this in the css file of your template:

div.orderlistcontainer {
     display: none;
}
Title: Re: Remove Sort by
Post by: MaritimeLobsterExpress on November 12, 2013, 02:41:26 AM
I copied this code into the custom CSS file box for my template but it didn't change anything.   :(Am I missing something?
Title: Re: Remove Sort by
Post by: jenkinhill on November 12, 2013, 12:02:46 PM
Test with Firebug to confirm that is the correct css for your template:  http://forum.virtuemart.net/index.php?topic=116620.0