Hallo,
habe eine Frage zum Theme twentytwelve...
wie kann ich denn das Submenu ansprechen? Die List-styles sind auf "none" gesetzt, sollen im Sub-Menü angezeigt werden. Hat jemand eine Idee? Danke im Voraus!
im stlye.css von twentytwelve steht folgendes:
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
font-size: 14px;
border-bottom: 0px solid #333;
border-top: 0px solid #ededed;
display: inline-block !important;
text-align: right;
width: 100%;
list-style: none;
}
probiert habe ich:
.sub-menu ul a:link {
list-style: disc;
list-style-position:inside;
}