Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where would the logo be when the screen gets smaller?

    EDIT – didn’t see Andrew’s post – good morning :)!

    There’s a plugin that might work for that –

    http://wordpress.org/plugins/nav-menu-images/

    It’s also possible to do using CSS – you can use the menu-item specific selector:

    <li id="menu-item-7" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-7">
    <a href="http://successinfailure.com">HOME</a>

    CSS:

    li#menu-item-7 {
        background: url("IMAGE URL");
    }

    Thread Starter successinfailure

    (@successinfailure)

    The logo could be at the very top of the page. But thank you WPYogi, I’ll check if I can get it to work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding an image (logo) to navigation/menu bar?’ is closed to new replies.