End of Support for Joomla 3 - Forum closed

[SOLVED] Link active für Setenmenü

Replied by joomlaplates on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28648
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;
}

Please Log in or Create an account to join the conversation.

Replied by trollyUN on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28649
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.
Last Edit:5 years 3 weeks ago by trollyUN
Last edit: 5 years 3 weeks ago by trollyUN.

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28656
Hallo, probierne sie mal folgenden css code

.uk-nav-side ul .uk-active a { color: #0000FF; }

Please Log in or Create an account to join the conversation.

Replied by trollyUN on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28660
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?

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28661
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; }

Please Log in or Create an account to join the conversation.

Replied by trollyUN on topic Link active für Setenmenü

Posted 5 years 3 weeks ago #28662
Danke!!! Das zweite war es!

Toller Support, Riesenlob!!!

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum