Home Forums WoodMart support forum Shipping options at checkout page

Shipping options at checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198671

    TigoVape
    Participant

    Hello,

    How can I make this looks better? https://i.imgur.com/R6KJ0jH.png

    #198690

    Hello,

    The HTML structure does not allow to improve the view with CSS. We can only reduce font size in this case.

    Best Regards

    #198694

    TigoVape
    Participant

    In that case, can you please provide CSS to reduce fount size.

    #198873

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .woocommerce-checkout-review-order-table td {
    font-size: 10px;
    }

    Best Regards

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