Überflüssiges Menü entfernen

  • Halli Hallo!

    Nachdem mir beim letzten Mal hier sehr gut geholfen wurde, wende ich mich erneut vertrauensvoll an euch!

    Mir ist mehr oder weniger durch Zufall aufgefallen, dass ich ein Menü zuviel in meinem Theme haben.
    Auf meiner Seitehttp://www.eiscafe-dietz.de/ ist oben neben dem Titel eine Menüleiste in weiß auf weißem Grund, die mir erst vor kurzem aufgefallen ist. Mir reicht aber die Menüleiste, die ich unter dem Banner habe. Leider habe ich in den Theme-Einstellungen nichts gefunden, um dieses überflüssige Menü zu entfernen - ich denke allerdings, dass sowas für euch kein Problem ist.

    Über eure Hilfe würde ich mich sehr freuen!

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • danke für die schnelle Antwort!

    Ich hab da im style.css allerdings sehr sehr viel stehen:

    #topnavi {
    float: right;
    margin: 5px 15px;
    font-family: Arial, Tahoma, Verdana;
    }
    #topnav, #topnav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    }
    #topnav li{
    float:left;
    position:relative;
    }
    #topnav a{
    display: block;
    padding: 10px 15px;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    }
    #topnav a:link, #topnav a:visited{
    text-decoration: none;
    }
    #topnav a:hover{
    color: #fff;
    background: #c41010;
    }
    #topnav ul {
    position: absolute;
    display: none;
    z-index: 99;
    background: #c41010;
    padding: 5px;
    }
    #topnav ul a {
    width: 180px;
    padding: 10px;
    margin: 0;
    float: left;
    color: #fff;
    font-size: 0.9em;
    border-top: none;
    }
    #topnav ul a:hover {
    color: #333 !important;
    background: #fff !important;
    }
    #topnav ul ul{
    margin-top: 0;
    border-left: 5px solid #fff;
    }
    #topnav li ul ul {
    margin-left: 200px;
    }
    #topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{
    display:none;
    }
    #topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{
    display:block;

    muss ich das jetzt alles löschen oder wo soll ich den neuen Befehl einfügen?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!