That’s not an image/icon file. Its a font. You can try copying this into your childs function.php file
COPY CODE
function kleo_side_menu_button ( $items, $args )
{
if ($args->theme_location == 'primary')
{
$items .= '<li id="nav-menu-item-side" class="menu-item">' .
'<a href="#">' .
'*** add your image markup here ***' .
'</a>' .
'</li>';
}
return $items;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com