Registrierungs Box Login entfernen

    • 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

  • In der [FONT=courier new]style.css[/FONT] deines Themes:

    Code
    [FONT=Consolas]#header .user {[/FONT]
    [FONT=Consolas]    [COLOR=#C80000]width[/COLOR]: [COLOR=#3200FF]400px[/COLOR];[/FONT]
    [FONT=Consolas]    [COLOR=#C80000]color[/COLOR]: [COLOR=#07909A]#fff[/COLOR];[/FONT]
    [FONT=Consolas]    [COLOR=#C80000]margin-right[/COLOR]: [COLOR=#3200FF]10px[/COLOR];    [/FONT]
    [FONT=Consolas]}[/FONT]

    Entweder löschen oder ausblenden mit

    Code
    [FONT=Consolas]#header[/FONT][FONT=Consolas] .[/FONT][FONT=Consolas]user[/FONT][FONT=Consolas] {
    [/FONT][FONT=Consolas]    [COLOR=#C80000]width[/COLOR]: [COLOR=#3200FF]400px[/COLOR];[/FONT]
    [FONT=Consolas]    [COLOR=#C80000]color[/COLOR]: [COLOR=#07909A]#fff[/COLOR];[/FONT]
    [FONT=Consolas]    [COLOR=#C80000]margin-right[/COLOR]: [COLOR=#3200FF]10px[/COLOR];    [/FONT]
    [FONT=Consolas]    [COLOR=#c80000]display: none[/COLOR];    
    }[/FONT]

    Meine Webseite | WordPress, Webdesign und mehr...

Jetzt mitmachen!

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