Kommentarhintergrund und Schriftfarbe anpassen

    • 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

  • tja, ich kenne dein css ja nicht... hast Du etwas in dieser Art drinstehen ?

    #comments {
    clear:both;
    color:[COLOR=Blue]#fffff[/COLOR];
    background:[COLOR=Blue]#f7aaa0[/COLOR];
    padding:15px;
    }

    Dann entsprechend das, was ich hier blau markiert habe, mit der Farbe Deiner Wahl austauschen

  • ...

    momentan habe die Kommentare eine schwarze Schrift ohne direkten Hintergrund sondern nur den des Designs:

    /* +++++++++++++++ The comment section +++++++++++++++++ */


    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {

    border: 1px solid #808080;
    padding: .2em;
    margin-left:10px;
    }

    #commentform textarea {
    width:96%;
    }

    #commentlist {
    width: 97%;
    font-size:11px;
    color:#000;
    margin:0 0 20px 0;
    padding: 0 0 0 10px;
    }

    #commentlist li {
    border:5px solid #dcdcdc;
    margin:0 0 20px 0;
    list-style-type:none;
    padding:0px;
    background:#f5f5f5;

    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;

    }

    #commentlist ul {margin:0; padding:0;}

    #commentlist li p {font-size:12px;
    padding:5px 10px 5px 80px;
    margin:0;
    }

    #commentlist a {
    text-decoration:underline;
    font-weight:bold;
    }

    #commentlist li div.meta {padding:0; margin:0; text-align:center;}

    #commentlist li .avatar {
    float:left;
    padding:0;
    margin:5px;

    }

    .authorcomm {float:left;
    margin:0;
    padding:0;
    width:70px;
    text-align:center;
    line-height:12px;
    font-size:10px;
    }

    .authorcomm a {text-decoration:none; font-weight:bold;}


    Was muss ich nun anpassen hab schon verschiedenes versucht klappt aber nicht wirklich :(

  • Du hast schon versucht, diesen Teil

    #commentlist {
    width: 97%;
    font-size:11px;
    [COLOR=Blue]color:#000;[/COLOR]
    margin:0 0 20px 0;
    padding: 0 0 0 10px;
    }

    z.B. so zu ändern:
    #commentlist {
    width: 97%;
    font-size:11px;
    [COLOR=Blue]color:#000080;
    background:#00FFFF; [/COLOR]
    margin:0 0 20px 0;
    padding: 0 0 0 10px;
    }
    und nix ist passiert ? :(

Jetzt mitmachen!

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