This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #64027
     Jg2015
    Participant

    Hi Could i please have the location of the 3 line icon for the side menu – i would like to replace this ASAP with a custom logo / icon.

    Many Thanks

    #64038
     sharmstr
    Moderator

    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

    #64108
     Jg2015
    Participant

    Thanks Sharmstr,

    what location would i upload the image ???? and could you give me a code example for between the below.
    ‘*** add your image markup here ***’ .

    #64115
     sharmstr
    Moderator

    upload it using wp admin > media. Then get the url and use standard img tag markup. http://www.w3schools.com/tags/tag_img.asp

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?