Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #441111

    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

    #441694

    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

    #1146585

    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

    #1146814

    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

    #1146830

    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

    #1147106

    Hi Marc,

    Thanks for that. Please try this CSS instead:

    .active_sort span {
      color: red !important;
    }

    Best regards,
    Rikard

    #1147130

    Yeeeeaah!! It works!!
    Great, Rikard!! =)

    Thank you very much!!
    Marc

    #1147170

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove "All" from sorting options in masonry taxonomy; items in sorting’ is closed to new replies.