End of Support for Joomla 3 - Forum closed
[SOLVED] Link active für Setenmenü
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, fügen sie mal folgenden css code in ihre css/custom.css ein
.uk-open > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1) {
color: #ff0000;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Danke für die Hilfe,
leider funktioniert es noch nicht richtig. Die Farbe ff0000 bleibt auf dem Menüpunkt "Fahrzeugmodul" stehen und ändert sich beim "Durchklicken" der Unterpunkte nicht bei den jeweiligen Menüpunkten.
leider funktioniert es noch nicht richtig. Die Farbe ff0000 bleibt auf dem Menüpunkt "Fahrzeugmodul" stehen und ändert sich beim "Durchklicken" der Unterpunkte nicht bei den jeweiligen Menüpunkten.
Last Edit:3 years 9 months ago
by trollyUN
Last edit: 3 years 9 months ago by trollyUN.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, probierne sie mal folgenden css code
.uk-nav-side ul .uk-active a { color: #0000FF; }
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hallo,
ich schätze wirklich Ihre Geduld. Ich bin mit meinen CSS-Kenntnissen wirklich hier am Ende.
Leider sind nun alle Unterpunkte "Active" eingefärbt.
Haben Sie vielleicht noch eine Idee?
ich schätze wirklich Ihre Geduld. Ich bin mit meinen CSS-Kenntnissen wirklich hier am Ende.
Leider sind nun alle Unterpunkte "Active" eingefärbt.
Haben Sie vielleicht noch eine Idee?
by trollyUN
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hallo, eventuell mal folgenden code probieren.
.uk-nav-side ul li li uk-active a { color: #0000FF; }
oder
.uk-nav-side ul li .uk-active a { color: #0000FF; }
.uk-nav-side ul li li uk-active a { color: #0000FF; }
oder
.uk-nav-side ul li .uk-active a { color: #0000FF; }
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Danke!!! Das zweite war es!
Toller Support, Riesenlob!!!
Toller Support, Riesenlob!!!
by trollyUN
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates