How to add an additional to every menu I create
-
Hey guys, I have just learnt how to create a nav menu using wordpress functions: https://codex.www.ads-software.com/Navigation_Menus
My menu looks like this:
<ul class="menu"> <!-- First Menu --> <li> <a href="#"> Clients </a> </li> <li> <a href="#"> About Us </a> </li> <li class="contact"> Contact </li> <li class="hasImage"> <a href="*link to the homepage**"> <img src="https://xxx.com/wp-content/themes/twentyfifteen-child/images/logo.png" class="logo"> </a> </li> </ul>
The last
<li>
tag contains an image. and shows up in all list items.
How do I add the image in the<li>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add an additional to every menu I create’ is closed to new replies.