×
Please select the right Template below! And please insert a live URL where we can see what do you mean. A screenshot is helpful too.
[SOLVED] Link active für Setenmenü
Replied by joomlaplates on topic Link active für Setenmenü
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
1 year 3 months ago
#7
Please Log in or Create an account to join the conversation.
- trollyUN
-
Topic Author
- Posts: 8
Replied by trollyUN on topic Link active für Setenmenü
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.
Please Log in or Create an account to join the conversation.
Replied by joomlaplates on topic Link active für Setenmenü
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
1 year 3 months ago
#9
Please Log in or Create an account to join the conversation.
- trollyUN
-
Topic Author
- Posts: 8
Replied by trollyUN on topic Link active für Setenmenü
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?
1 year 3 months ago
#10
Please Log in or Create an account to join the conversation.
Replied by joomlaplates on topic Link active für Setenmenü
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
1 year 3 months ago
#11
Please Log in or Create an account to join the conversation.
- trollyUN
-
Topic Author
- Posts: 8
Replied by trollyUN on topic Link active für Setenmenü
Danke!!! Das zweite war es!
Toller Support, Riesenlob!!!
Toller Support, Riesenlob!!!
1 year 3 months ago
#12
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates