• Resolved niels1987

    (@niels1987)


    Hello Support,

    Iam busy with building a webshop with woocommerce everything is going well. but on the check-out page i want to change the size the totals (names/labels and the numbers)

    i wish if you could help me with a CSS for”:
    1. Changing the size of the labels “Product , subtotal ,verzending, totaal”
    2. Changing the size of the total price “the numbers”

    i tried a lot of things but nothing helps so far.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • MayKato

    (@maykato)

    Hello,

    You can change the text size with CSS like below.

    #order_review .woocommerce-checkout-review-order-table th {
        font-size:15px !important;
    }
     #order_review .woocommerce-checkout-review-order-table .order-total .amount {
        font-size:15px !important;
    }

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Thread Starter niels1987

    (@niels1987)

    Thanks a lot voor your help !! you saved my day

    Igor H

    (@ihereira)

    Glad to hear that.

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fonts – total price’ is closed to new replies.