Is there a way to:
– use icons in the categories
– centre the sorting menu
– remove the slashes in-between the categories
– change the font colour of the sorting menu
Here is what I mean:
Thanks!
Hey atifaijaz123,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
Could you help me out with these 3 then?
– centre the sorting menu
– remove the slashes in-between the categories
– change the font colour of the sorting menu
I’m sure this can be done using quick css. If I need to put each question into a different thread I’m willing to do that too.
Hi,
Thanks for the update.
You can add these css codes on the Quick CSS field.
#js_sort_items .text-sep {
display: none !important;
}
.main_color #js_sort_items a {
margin-right: 20px;
color: red;
}
.main_color #js_sort_items a.active_sort {
color: blue;
}
That should remove the slashes and change the font color of the sort menu.
Best regards,
Ismael
Thanks Ismael! Works perfectly.
Hi atifaijaz123,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria