Archived topic
Make shipment prices smaller on checkout
3 replies · Started by Pedro on November 28, 2020
Hey,
I'm struggling with something,
I want to make the shipment prices smaller... it's too big and bold! Is it possible?

Thank you in advance
Cheers
Pedro
Hi there,
can you share a link to your site, and i'll provide some CSS to fix that.
You can use this CSS to make the font smaller:
.woocommerce ul#shipping_method li label {
font-size: 15px;
}
However, you may want to try the CSS i provide here:
https://generatepress.com/forums/topic/how-can-i-fix-this-spacing-on-checkout-page/#post-1388039
This will give those labels some more more in the table.