Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37470
    docergo
    Support Expired

    Hi,
    Is it possible to change fonts size on checkout pages? In our case checkout amount (incl. VAT value) is rather large and we’d like to make it smaller.

    Thank you.
    Ergo

    #37491

    Please add this custom CSS to the file style.css or customize CSS:

    .cart_totals{
        padding: 25px;
    }
    
    .cart-collaterals .cart_totals small.includes_tax{
     font-size: 15px;
    }
    
    .cart_totals .order-total .amount{
        font-size: 20px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.