cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.2 checkout

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

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!