• Resolved sjaeger

    (@sjaeger)


    Hallo,
    verwende Germanized Pro mit Template Avada – wie kann ich den Grundpreis über CSS kleiner darstellen als den Verkaufspreis. HTML sieht momentan wiefolgt aus – bekome es leider nich hin…

    <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">€</span>42,50</bdi></span></p>
    <div class="avada-availability">
    	</div>
    
        <p class="price price-unit smaller wc-gzd-additional-info">(Grundpreis <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">€</span>85,00</bdi></span> / <span class="unit-base">1000</span> <span class="unit">ml</span>)</p>
Viewing 1 replies (of 1 total)
  • Thread Starter sjaeger

    (@sjaeger)

    O.K. habe es selbst hinbekommen

    .price>.amount {
    font-size: 28px;
    font-weight:bold;

    }
    .price-unit>.amount {
    font-size: 16px;
    font-weight:bold;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘Font-Size Grundpreis wird nicht kleiner’ is closed to new replies.