Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1002807

    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!

    #1003519

    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

    #1003632

    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.

    #1003948

    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

    #1006641

    Thanks Ismael! Works perfectly.

    #1006693

    Hi atifaijaz123,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.