Hi VM
Is there any way to hide the "sort by" function ?
Please help anyone, is it really that hard to do?
Thanks
use this in the css file of your template:
div.orderlistcontainer {
display: none;
}
I copied this code into the custom CSS file box for my template but it didn't change anything. :(Am I missing something?
Test with Firebug to confirm that is the correct css for your template: http://forum.virtuemart.net/index.php?topic=116620.0