Hello,
sorry another one.
Is it possible to add a small graphic like “Sonderangebot” or “Extra” above one of the nav menu items? Or is there a plugin for that?
Or use the background image?
Mike
Hi mike1270!
In Dashboard > Appearance > Menus when your editing your menu there is a dropdown arrow next to each link. If you click that you’ll see a field for changing the label for each item. You could add HTML there to display an image.
Or if you want to use CSS and set a background image then it would look something like this.
#menu-item-111 { background: url("URL to your image"); }
Best regards,
Elliott