Skip to content

How to put an image in a menu like another link of this menu #21473

Answered by SethClydesdale
Cod313 asked this question in General
Discussion options

You must be logged in to vote

Hmm… that may prove to be a bit difficult to solve without having the live page to debug. Only suggestion I can offer is to check your developer console:

  1. Open the devtools (F12; CTRL+SHIFT+I; Right click > inspect)
  2. Move to the elements tab.
  3. Click the button with the cursor and a box OR click the page and press CTRL+SHIFT+C.
  4. Select the image.

If done correctly, you can hover over the src attribute to see where the resource is coming from.

If it’s pulling the resource from the wrong destination, you’ll need to edit the src attribute so it’s referencing the correct location. Most commonly, you’ll need to:

  • reference the sub-directory src="images/logo.png"
  • a parent dir…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants