Item orders
Hello, on this website [Links visible only for registered users]
how can I change the order of the items in the left panel? I need size (taglie donna) before colors
Thanks
Hello, on this website [Links visible only for registered users]
how can I change the order of the items in the left panel? I need size (taglie donna) before colors
Thanks
Comments
Hi,
Please try the following CSS code:
.mfn_woo_attributes .mfn_attr_filters{ display: flex; flex-direction: column-reverse; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank You!