cancel
Showing results for 
Search instead for 
Did you mean: 

Address label tag hidden under the address textfield

Address label tag hidden under the address textfield

Hello I have a weird problem,

 

In my checkout page where people can enter their address. The address name label is missing and I can find it when I inspect it in Chrome.

And ideas how can i fix this?

 

Here is a screenshot of the page and you can see the address label does exist.

For some reason the image is not displayed here. so here is a link:

https://ibb.co/pZ796ky

 

1.jpg

1 REPLY 1

Re: Address label tag hidden under the address textfield

Hi @sahandsigm749e 

Try to override below html file with in your custom theme :

vendor/magento/module-checkout/view/frontend/web/template/shipping.html

Edit your title from this html and run below commands:

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f

It may help you to resolve your issue.

If issue resolve, please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!