cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.2 checkout

Magento 2.3.2 checkout

Hello

 

how i can remove the marked line in my screenshot. This is in checkout/shipping and exists since Magento 2.3.2.

 

Unbenannt-1.jpg

1 REPLY 1

Re: Magento 2.3.2 checkout

Hi @TeCCo,

It is rendering from the checkout js file.

For the workaround you can hide this using below css.

.field.street .control .field label span {
display: none;
}

I hope it will help you!