- Posts: 14116
- Thank you received: 1639
How To remove Sort dropdown from Category screen
-
wandamb@roadrunner.com
- Topic Author
- Visitor
12 years 3 months ago #21611
by wandamb@roadrunner.com
How To remove Sort dropdown from Category screen was created by wandamb@roadrunner.com
How can I remove the "Sort" label and accompanying dropdown from the screen after I select a category and all the products within that category are displayed?
If I can't remove the thing entirely, how do I limit the values in that dropdown?
Thank you!
If I can't remove the thing entirely, how do I limit the values in that dropdown?
Thank you!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 months ago #21618
by ivan.milic
Replied by ivan.milic on topic How To remove Sort dropdown from Category screen
You can remove it by adding this css at bottom of temlate_css.css:
DIV.orderby-displaynumber{
display:none;
}
but before that set vm so that you don't need pagination
DIV.orderby-displaynumber{
display:none;
}
but before that set vm so that you don't need pagination
Please Log in to join the conversation.
-
wandamb@roadrunner.com
- Topic Author
- Visitor
12 years 3 months ago #21623
by wandamb@roadrunner.com
Replied by wandamb@roadrunner.com on topic How To remove Sort dropdown from Category screen
That fixed it - thanks very much!
Please Log in to join the conversation.
-
spinfx
Inactive member - New Member
Less
More
- Posts: 15
- Thank you received: 0
9 years 1 day ago #46154
by spinfx
Hi
I have a similar problem - I want to remove the sort dropdown, but I want to show all products alphabetically and also keep the VM pagination.
What is the CSS I need to add to achieve this?
I also have a problem with the "display number" dropdown as the text is partially hidden. See screen grab.
Hope you can help.
Thanks in advance, David
Replied by spinfx on topic How To remove Sort dropdown from Category screen
ivan.milic wrote: You can remove it by adding this css at bottom of temlate_css.css:
DIV.orderby-displaynumber{
display:none;
}
but before that set vm so that you don't need pagination
Hi
I have a similar problem - I want to remove the sort dropdown, but I want to show all products alphabetically and also keep the VM pagination.
What is the CSS I need to add to achieve this?
I also have a problem with the "display number" dropdown as the text is partially hidden. See screen grab.
Hope you can help.
Thanks in advance, David
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 21 hours ago #46156
by milos
Replied by milos on topic How To remove Sort dropdown from Category screen
Hello,
We can't help until you give us link of your site.
Thanks
We can't help until you give us link of your site.
Thanks
Please Log in to join the conversation.
-
spinfx
Inactive member - New Member
Less
More
- Posts: 15
- Thank you received: 0
9 years 6 hours ago #46157
by spinfx
Replied by spinfx on topic How To remove Sort dropdown from Category screen
Sorry
The URL is www.fusions.com.au
The site is still in development, but I have made it live so you can take a look.
I have previously sent access details by ticket.
Regards, David
The URL is www.fusions.com.au
The site is still in development, but I have made it live so you can take a look.
I have previously sent access details by ticket.
Regards, David
Please Log in to join the conversation.
Time to create page: 0.260 seconds