How Can i show icons before category name in left side vertical menu in ella theme???

i am using Ella theme i want to show icons in vertical left side category menu like for guitar category i want guitar icon like so with other categories i want their icons to show before category name in left side category menu

1 Like

Hi,

First Prepare Your Icons (Upload your icon)

then need to Modify the Menu Code

Code example


  {% for link in linklists['main-menu'].links %}
    - {% if link.title == 'Guitar' %}
        
        {% elsif link.title == 'Piano' %}
        
        {% else %}
        
        {% endif %}
        {{ link.title }}
    
  {% endfor %}

Use CSS for styling

where should i paste this code plz tell complete procedure and also from where and how i can prepare icons???