Hallo,
habe das Modul Navigationspfad vom Beispielmandanten eingefügt.
Möchte es aber mit css anpassen, das funktioniert soweit auch ausser bei der aktuellen Seite die soll eine andere Farbe erhalten.
Hier der css:
a.navipath {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:active {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccffff;
}
a.navipath:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
Was muss ich tun?
Navigationspfad mit css anpassen
ohne dass du das modul änderst wird das nicht gehen......ausser bei der aktuellen Seite die soll eine andere Farbe erhalten.
sieh dir mal das modul an da wird überall class="navipath" gesetzt
und das ist auch schon das einzige was du da via css alleine stylen kannst...
modul ändern und zwar so das bei der aktiven idcat ein andere klasse gesetzt wird zb: class="navipath2"Was muss ich tun?
das dann via css zu stylen sollte dann keine schwierigkeit mehr darstellen...
*** make your own tools (wishlist :: thx)
such mal location string bzw urhererw72 hat geschrieben:Hast du einen Ansatz dazu?
Möchte nur das Modul ändernund nicht die function vom Contenido System
die module lassen sich für deinen zweck wesentlich einfacher anpassen, als das modul des demo mandanten...
wäre auch möglich das es deine anpassungen schon gibt...
@wosch
ähm falsches modul... templates werden beim navigationspfad modul nicht verwendet...
*** make your own tools (wishlist :: thx)