3 Navigation - mynimi/Hearts-in-Wonderland GitHub Wiki
Das Menu ist eine einfache Auflistung von Links., für den hover-effekt ist ausserdem noch ein span-element vorhanden.
- Öffne den Code (Vorlage)
- Suche nach
<!--menu-->
- Finde
<a href='/'><span data-hover='Home'>Home</span></a>
und die zwei Links darunter und ersetze sie durch die gleiche Struktur. <a href="LINK"><span data-hover"MENUPUNKTNAME">MENUPUNKTNAME</span></a>
- Speichern und fertig
The menu is a simple list of links. For the hover effect you also need a span element with a data-attribute
- Open the code (template)
- Search for
<!--menu-->
- Find
<a href='/'><span data-hover='Home'>Home</span></a>
and the two links below that and replace with your own links following the structure <a href="LINK"><span data-hover"MENUITEMNAME">MENUITEMNAME</span></a>
- Save and your done