Increase Shipping Method Font Size
-
Many customers during checkout do not see the shipping methods area, etc. Is there a way to increase the font size of the method options or the header so I can make it more prominent?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
ul#shipping_method label {
font-size: 20px;
}
tr.woocommerce-shipping-totals.shipping {
font-size: 20px;
}
If you are trying to ask anything else then please provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.
Regards.
Xtemos Studios.