View
 

How to change the size and colour of delivery methods on checkout

Page history last edited by Eugene 2 years, 6 months ago

Use the following CSS style:

 

.ecwid-Checkout-DeliveryMethod label {
    color: red;
    font-size: 20px;
}