Hi,
Is there a way to remove “All” from the sorting options in masonry?
How do I define the default item for the sorting?
Is there a way to enter a manual linebreak in the sorting options list?
Is there a way to change the style of the sorting options list (larger font, better visibility)?
Thanks and cheers
~Harry
Hi GCA2014!
1. Add this to your custom CSS.
.all_sort_button { display: none !important; }
2. That would take a lot of editing to the scripting and would have to be considered custom work.
3. I suppose it’s possible with CSS. Take a screenshot highlighting exactly what your trying to do with it.
4. You could use some CSS like this to target them.
.av-sort-by-term a {
color: red !important;
}
Regards,
Elliott
Hello,
I will join this topic once, because I am also looking for the highlight.
If I only set this term:
.av-sort-by-term a {
color: red !important;
}
ALL links turn red, not just the active one.
What is the problem?
Best regards
Marc
Hi Marc,
Could you post a link to where we can see the element in question please? Also, are you only trying to target the active link?
Best regards,
Rikard
Hello, Rikard,
thanks for the quick feedback.
Here is the link to the current construction site.
And as you can see, all links of the taxonomy (All / Corporate / Editorial) are currently red, not only the active one.
But I want ONLY the actual Link in red.
Thank you and best regards
Marc
Hi Marc,
Thanks for that. Please try this CSS instead:
.active_sort span {
color: red !important;
}
Best regards,
Rikard
Yeeeeaah!! It works!!
Great, Rikard!! =)
Thank you very much!!
Marc
Hi,
I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon