SupportCategory: Wordpress PluginsChanging the menu icon
m0904 asked 7 years ago

Hi,
I was wondering if I can somehow change the menu icon. The one used now doesn’t fit into our design on the website, so I would like to hear if I can make my own burger icon and insert it somewhere – maybe in the code?
Best Regards,
M

5 Answers
eDataStyle Staff answered 7 years ago

Hi. Need to custom code. Thanks

m0904 answered 7 years ago

Hi again,
Don’t quite understand your answer. Do I need to custom code it, or are you custom coding it? Can you help me to understand where I should insert the custom code and what need to be changed, etc.?
Best Regards,
M

eDataStyle Staff answered 7 years ago

Hi
great , please update bellow line code

 file : inc/eds_menu_frontend.php 
Line : 296
Line : 350
Line : 397

Thanks

m0904 answered 7 years ago

So what exactly in the lines should be changed? I’m afraid I’m not sure which part of the line I should update.

eDataStyle Staff answered 7 years ago

Bellow code creating icon . you can update php or css as you think better

 $item_output .='<i class="eds-icon fa '.$fontawesome.'"></i>';