Hallo,
vielen Dank für die Hilfe...
Das mit den Zwischenräumen hat echt super geklappt ...
Das mit der Hover Farbe allerdings nicht ... Ich habe es so eingestellt, wie Sie beschrieben haben, aber es kommt kein Hover Effekt.
Könnte das eventuell an den Einträgen in der Custom CSS liegen ??
Hier meine Custom CSS
.tm-footer {
font-size: 12px;
color: #000000;
}
.tm-headerbar, .tm-navbar, .tm-footer {
margin-top: 40px;
margin-bottom: 0px;
}
.uk-navbar {
background: #339966;
color: #000000;
}
.uk-navbar {
border-bottom: 4px solid #339966;
}
.uk-navbar-nav > li.uk-active > a {
background-color: #339966;
color: #000000;
}
.uk-navbar-nav > li > a {
display: block;
box-sizing: border-box;
text-decoration: none;
height: 30px;
padding: 2px 15px;
line-height: 30px;
color: #000000;
font-size: 16px;
font-family: 'Oswald';
font-weight: 300;
}
.uk-nav-header {
padding: 30px 30px;
text-transform: none;
font-weight: normal;
font-size: 16px;
}
.uk-dropdown {
color: #000000;
font-size: 16px;
font-family: 'Oswald';
font-weight: 300;
}
.uk-panel-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
font-weight: normal;
text-transform: none;
color: #339966;
}
.tm-footer {
background: #dddddd !important;
padding: 20px 0;
font-size: 12px;
color: #999;
margin: 35px 0;
margin-top: 35px;
margin-bottom: 35px;
}
a, .uk-link {
color: #339966;
text-decoration: none;
cursor: pointer;
}
Ich wünsche einen schönen sonnigen Tag ..
Liebe Grüsse Klaus Opitz
Please Log in or Create an account to join the conversation.