New Landing How can we help? Atelier Tax number font?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #300951
    alexanderchristiansen
    Member
    Post count: 179

    Hi awesome swift,
    So I have added Tax’s to my site however when tax are shown on CART and CHECKOUT they appear different.
    I would like that tax is styled the same way on CART as it is on CHECKOUT.
    SO – I would like the styling of CHECKOUT on the CART page in regards to TAX.
    Can you be of any help? 🙂
    It is the “Total”-price i am looking at.

    Attachments:
    You must be logged in to view attached files.
    #300963
    alexanderchristiansen
    Member
    Post count: 179

    Link:
    organicbasics.com

    #301143
    David Martin – Support
    Moderator
    Post count: 20834

    The markup is slightly different.

    Please add this to Theme Options => Custom CSS:

    tr.order-total span.woocommerce-Price-amount.amount {
        font-size: 18px;
        font-weight: normal;
    }
    #301158
    alexanderchristiansen
    Member
    Post count: 179

    Hi david,
    that made the opposite.
    It’s the text on /cart/ that I would like to be smaller – same size as /checkout/ though only the “tax part” not the total price!

    #301161
    David Martin – Support
    Moderator
    Post count: 20834

    I see, then this should do it:

    .woocommerce .cart_totals table tr.order-total td span {
        font-size: inherit !important;
        font-weight: bold;
    }
    small.includes_tax span {
        font-weight: normal !important;
    }
    #301299
    alexanderchristiansen
    Member
    Post count: 179

    Perfect! Made the trick!
    Thanks!

    #301301
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks David.
    -Rui

    #301302
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register