Beiträge von Dorothea

    Ich habe genau dasselbe Problem. Weisse Farbe auf weissem Hintergrund im Warenkorb.

    Aber in der style-css finde ich fast keine Angaben zu Woocommerce, ausser denen, die ich hier unten kopiert habe.

    Wo genau muss man das alles einfügen?

    Im Voraus herzlichen Dank.

    Die Seite ist https://gruen-roh-bunt.com/shop

    Im style-css steht nur folgendes zu Woocommerce:


    /************************************************************************************
    WORDPRESS POST FORMATTING
    *************************************************************************************/
    .sticky {}
    img.alignleft, img.aligncenter, img.alignright, img.alignnone {
    margin-bottom: 15px;
    }
    .alignleft {
    float: left;
    margin-right: 30px;
    }
    .alignright {
    float: right;
    margin-left: 30px;
    }
    .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
    }
    .wp-caption-text {
    font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
    margin: 6px 0;
    }