Hallo Dirk,
vielen Dank ! Zwischenzeitlich hatte ich - nach längerem Probieren - mit folgendem Code Erfolg (#left1 ist die ID des Bausteins im Astroid):
/* Pfeile Sidebar Menu */
#left1 ul.nav-child.unstyled {color: #008c8c; padding: 0 0 0 24px; }
#left1 li.current a span.nav-title::after {
font-family: "Font Awesome 5 Free" !important;
font-weight: 700 !important;
content: "" !important;
padding-left: 5px !important;
font-size: 0.9em;
}
#left1 li:not(.current) a span.nav-title::after {
content: none !important;
}
#left1 li li.current a span.nav-title::after {
font-family: "Font Awesome 5 Free" !important;
font-weight: 700 !important;
content: "" !important;
padding-left: 5px !important;
font-size: 0.9em;
}
Viele Grüße,
von Wolfgang
Dieses Thema wurde gesperrt.