Shipping Method Not Seen

For some reason after upgrading when a customer reaches the shipping step in the checkout he can't see the title (name) of the shipping method only its description.

Can any one advise how it can be solved / modified?

Please share URL of your website. We will check if the shipping name is hidden or missed

The URL is https://wakeupbodynutrition.co.il

Thanks

Please PM me address I can use to get shippings, as the "Sorry, it seems that we have no shipping options available for your location" error is displaying now

Please add the following code to the CSS section of the Theme editor

.ty-shipping-options__method {
font-size: 13px;
}

Unfortunately it didn't work :-(

use:

.ty-shipping-options__method {
font-size: 13px!important;
}

then clear cache.

John

Fixed.

Thanks for your support