Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #436682

    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

    #437063

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.