News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

How to remove sort by and results

Started by peaceandlove, March 23, 2020, 19:49:42 PM

Previous topic - Next topic

peaceandlove

We had only 8 products in our shop, and i am using catagory view to display all products

i did not want to show,

sort by
results

in my site, i can i remove it completey

jjk

#1
If your template supports a custom.css file, you can simply hide it by adding this to the custom.css file:
.orderby-displaynumber {
display:none;
}

.category-view h4{
  margin: 5px;
  padding: 0;
}


> (with or without the .category-view h4 lines)
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

peaceandlove

Thanks a lot JJK

It works, so nice of you and helpful.