Hi there
Is it possible to change the order of the sort filters at the top of a magazine array? By default they are in alphabetical order — could this be reversed, so that they sort Z-A? … resulting in the “All” filter coming last. See URL in private content.
Many thanks
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-sort-by-term {
flex-direction: row-reverse;
display: flex;
}
Best regards,
Yigit
Thanks Yigit! Works perfectly. Terrific theme support, as ever.