Additional Price Information - by feinepfote

This topic has 5 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: feinepfote
    feinepfote
    Participant
    January 1, 2016 at 15:28

    Hy, i can adjust in woocommerce additional price informations. But where can i change the design of it. I want it smaller.

    Link: https://www.feine-pfote.at/produkt/bett-comfort-haiti-anthrazit-schwarz/
    Problem: “Enthält 20% MwSt. zzgl. Versand”
    is to big. i want this smaller.

    thanks!

    4 Answers
    Avatar: stan
    Stan Russell
    Participant
    January 4, 2016 at 08:15

    Hello,

    please use following css code:

    .woocommerce-de_price_taxrate {
        font-size: 0.5em;
    }.woocommerce_de_versandkosten {
        font-size: 0.5em;
    }

    Regards,
    Stan Russell.

    Avatar: feinepfote
    feinepfote
    Participant
    January 4, 2016 at 08:40

    hey thanks,
    but where must i insert this code? I thougt in the default.custom.css (Design-> Editor -> Royakk Theme -> Custim.css) – but there it does not work 🙁

    Avatar: feinepfote
    feinepfote
    Participant
    January 4, 2016 at 08:43

    and it should be the same size and colour like “Lieferzeit 3-4 Werktage” (delivery time) under the product
    for example: https://www.feine-pfote.at/produkt-kategorie/futter/trockenfutter/

    Avatar: Eva
    Eva Kemp
    Support staff
    January 4, 2016 at 11:17

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:

    .woocommerce-de_price_taxrate, .woocommerce_de_versandkosten, .woocommerce_de_versandkosten a {
        font-size: 10px;
        color: #767676;
    }
    .woocommerce_de_versandkosten {
        display: inline-block;
    }

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.