Hallo!!
Vielleicht kann mir jemand weiterhelfen: ich würde gerne beim Plugin "Sticky Navigation" von Thematosoup die Menü-Items bei :hover und :active rot werden lassen. Nur weiß ich nach einigem Herumprobieren noch immer nicht ganz, wo ich das in das CSS einfügen soll... ich habe es schon versucht mit:
aber das funktioniert leider nicht...
Der Code für die Navigation ist:
CSS
#thsp-sticky-header {
box-sizing: border-box;
left: 0;
margin-top: -200px;
padding: 20px 27px;
position: fixed;
top: 0px;
width: 100%;
z-index: 99998;
}
.admin-bar #thsp-sticky-header {
top: 40px;
}
#thsp-sticky-header::after {
clear: both;
content: "";
display: table;
}
#thsp-sticky-header-title {
float: left;
font-size: 22px;
line-height: 30px;
margin: 0 !important;
}
#thsp-sticky-header-title img {
display: block;
height: 30px;
width: auto;
}
#thsp-sticky-header-menu {
float: right;
margin: 0 !important;
text-align: right;
}
#thsp-sticky-header-menu li {
display: inline-block;
font-size: 16px;
margin: 0 0 0 1.25em !important;
}
#thsp-sticky-header a {
text-decoration: none;
}
#thsp-sticky-header li a {
display: inline-block;
line-height: 30px;
}
Alles anzeigen
Vielen Dank!