Input image between Logo and Menu

Support Area Forums Umami Input image between Logo and Menu

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.okanaganwebdesign-draft-site-2.ca/
  • Author
    Posts
  • #34765
    James Grandy
    Participant

    Hi there,

    I am wanting to add an linked image between the Logo and the Menu. Is this possible, and if so, where in the code could I add the image/link HTML code?

    Images attached for reference.

    Thank you,
    James.

    Attachments:
    #34767
    Bill Robbins
    Moderator

    Hi James,

    You can do that. Here’s how:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose sidebar.php
    3. Locate this spot:
      
      <?php wp_nav_menu( array( 
      		'theme_location'	=> 'primary',
      		'container'			=> 'nav',
      		'container_id'		=> 'side-menu',
      		'menu_id'			=> 'primary-menu',
      		'depth'				=> 2,
      		'fallback_cb'		=> false
      		) ); ?>
      

      You can place your HTML right above it to have the code inserted between the logo and navigation menu.

    4. Save your changes.

    See how that works for you. Let me know if you have any questions.

    Thanks,
    Bill

    #34769
    James Grandy
    Participant

    Hi there,

    That is awesome! Thank you again.

    -James.

    #34772
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Input image between Logo and Menu’ is closed to new replies.